...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::expressions::max_size_decor
// In header: <boost/log/expressions/formatters/max_size_decorator.hpp> template<typename CharT> unspecified max_size_decor(std::size_t max_size, std::basic_string< CharT > const & overflow_marker);
The function returns a decorator generator object. The generator provides operator[]
that can be used to construct the actual decorator.
Parameters: |
|
||||
Requires: |
The overflow_marker length must not exceed the max_size limit. |