boost::log::formatters::operator<<
// In header: <boost/log/formatters/stream.hpp> template<typename CharT, typename LeftFmtT, typename RightT> unspecified operator<<(basic_formatter< CharT, LeftFmtT > const & left, RightT const & right);
The operator chains streaming formatters or a formatter and a wrapped object
Parameters: |
|
||||
Returns: | The constructed chained formatters |