...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, typename DelimiterElementT, std::size_t N> tuple_manipulator< TupleT, DelimiterElementT * > tuple_manip(TupleT const & tuple, DelimiterElementT(&) delimiter);
Tuple manipulator generator function.
Note | |
---|---|
Both tuple and delimiter objects must outlive the created manipulator object. |
Parameters: |
|
||||
Returns: |
Manipulator to be inserted into the stream. |