...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::range_manip
// In header: <boost/log/utility/manipulators/range.hpp> template<typename RangeT, typename DelimiterT> boost::disable_if_c< is_scalar< DelimiterT >::value, range_manipulator< RangeT, DelimiterT >>::type range_manip(RangeT const & range, DelimiterT const & delimiter);
Range manipulator generator function.
Note | |
---|---|
Both range and delimiter objects must outlive the created manipulator object. |
Parameters: |
|
||||
Returns: |
Manipulator to be inserted into the stream. |