|  | 
boost::log::tuple_manip
// In header: <boost/log/utility/manipulators/tuple.hpp> template<typename TupleT, typename DelimiterT> boost::enable_if_c< is_scalar< DelimiterT >::value, tuple_manipulator< TupleT, DelimiterT >>::type tuple_manip(TupleT const & tuple, DelimiterT delimiter);
Tuple manipulator generator function.
| ![[Note]](../../../../../../doc/src/images/note.png) | Note | 
|---|---|
| Both tuple and delimiter objects must outlive the created manipulator object. | 
| Parameters: | 
 | ||||
| Returns: | Manipulator to be inserted into the stream. |