Boost C++ Libraries

PrevUpHomeNext

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

Andrey Semashev

22.04.2007

The header contains implementation of formatter chaining mechanism.

namespace boost {
  namespace log {
    namespace formatters {
      template<typename CharT, typename LeftFmtT, typename RightFmtT> 
        class fmt_chain;
    }
  }
}

PrevUpHomeNext