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