...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::tuple_manip
// In header: <boost/log/utility/manipulators/tuple.hpp> template<typename TupleT> tuple_manipulator< TupleT, void > tuple_manip(TupleT const & tuple);
Tuple manipulator generator function.
Note | |
---|---|
tuple object must outlive the created manipulator object. |
Parameters: |
|
||
Returns: |
Manipulator to be inserted into the stream. |