Boost C++ Libraries

PrevUpHomeNext

Function template make_attr_ordering

boost::log::make_attr_ordering

Synopsis

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


template<typename CharT, typename FunT> 
  unspecified make_attr_ordering(const CharT * name, FunT const & fun);

Description

The function constructs a log record ordering predicate


PrevUpHomeNext