Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Function template swap

boost::log::sources::swap

Synopsis

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


template<typename CharT, typename FinalT, typename ThreadingModelT> 
  void swap(basic_logger< CharT, FinalT, ThreadingModelT > & left, 
            basic_logger< CharT, FinalT, ThreadingModelT > & right);

Description

Free-standing swap for all loggers


PrevUpHomeNext