...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::attributes::named_scope_entry — The structure contains all information about a named scope.
// In header: <boost/log/attributes/named_scope.hpp> struct named_scope_entry { enum scope_name_type; // public member functions named_scope_entry(string_literal const &, string_literal const &, unsigned int, scope_name_type = general) noexcept; // public data members string_literal scope_name; string_literal file_name; unsigned int line; scope_name_type type; };