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