Boost C++ Libraries

PrevUpHomeNext

Header <boost/log/formatters/stream.hpp>

Andrey Semashev

22.04.2007

The header contains implementation of a hook for streaming formatters.

namespace boost {
  namespace log {
    namespace formatters {
      template<typename CharT> struct stream_placeholder;
      template<typename CharT, typename LeftFmtT, typename RightT> 
        unspecified operator<<(basic_formatter< CharT, LeftFmtT > const &, 
                               RightT const &);
    }
  }
}

PrevUpHomeNext