boost::log::formatters::char_dec
// In header: <boost/log/formatters/char_decorator.hpp> template<typename RangeT> implementation_defined char_dec(RangeT const & decorations);
The function returns a decorator generator object. The generator provides operator[]
that can be used to construct the actual decorator.
Parameters: |
|