...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 DelimiterT> boost::disable_if_c< is_scalar< DelimiterT >::value, tuple_manipulator< TupleT, DelimiterT >>::type tuple_manip(TupleT const & tuple, DelimiterT const & 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. |