Boost C++ Libraries

PrevUpHomeNext

Struct template apply

boost::log::sources::channel::apply

Synopsis

// In header: <boost/log/sources/channel_feature.hpp>


template<typename BaseT> 
struct apply {
  // types
  typedef basic_channel_logger< BaseT, typename mpl::if_< is_void< ChannelT >, typename BaseT::string_type, ChannelT >::type > type;
};

PrevUpHomeNext