boost::log::formatters::char_dec
// In header: <boost/log/formatters/char_decorator.hpp> template<typename RangeT1, typename RangeT2> implementation_defined char_dec(RangeT1 const & from, RangeT2 const & to);
The function returns a decorator generator object. The generator provides operator[]
that can be used to construct the actual decorator.
Note | |
---|---|
The from and to sequences mush be of the same size. Every |
Parameters: |
|