Boost C++ Libraries

PrevUpHomeNext

Function template operator<<

boost::log::operator<< — Output operator.

Synopsis

// In header: <boost/log/utility/slim_string.hpp>


template<typename CharT, typename TraitsT> 
  std::basic_ostream< CharT, TraitsT > & 
  operator<<(std::basic_ostream< CharT, TraitsT > & strm, 
             basic_slim_string< CharT, TraitsT > const & s);

PrevUpHomeNext