Boost C++ Libraries

PrevUpHomeNext

Struct template wrap_if_c<CharT, T, false>

boost::log::formatters::wrap_if_c<CharT, T, false>

Synopsis

// In header: <boost/log/formatters/wrappers.hpp>

template<typename CharT, typename T> 
struct wrap_if_c<CharT, T, false> {
  // types
  typedef T type;
};

PrevUpHomeNext