![]() |
Andrey Semashev
12.01.2008
The header contains implementation of a conditional formatter.
namespace boost { namespace log { namespace formatters { template<typename FilterT, typename ThenT, typename ElseT> class fmt_if_else; template<typename FilterT, typename FormatterT> class fmt_if; template<typename FilterT> implementation_defined if_(FilterT const &); } } }