...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::sinks::bounded_ordering_queue::enqueued_record::order — Ordering predicate.
// In header: <boost/log/sinks/bounded_ordering_queue.hpp> // Ordering predicate. struct order : public OrderT { // types typedef OrderT::result_type result_type; // construct/copy/destruct order(); order(order const &); order(OrderT const &); // public member functions result_type operator()(enqueued_record const &, enqueued_record const &) const; };
order
public
construct/copy/destructorder();
order(order const & that);
order(OrderT const & that);