...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::expressions::channel_severity_filter_terminal::severity_visitor — Severity level visitor.
// In header: <boost/log/expressions/predicates/channel_severity_filter.hpp> // Severity level visitor. struct severity_visitor { // types typedef void result_type; // construct/copy/destruct severity_visitor(channel_severity_filter_terminal const &, severity_value_type const &, bool &); // public member functions result_type operator()(severity_value_type const &) const; };