Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2023. The current version is 1.90.0.
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. |