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 to view this page for the latest version.
PrevUpHomeNext

Type scope_name_type

boost::log::attributes::named_scope_entry::scope_name_type — Scope entry type.

Synopsis

// In header: <boost/log/attributes/named_scope.hpp>


enum scope_name_type { general, function };

Description

Describes scope name specifics

general
The scope name contains some unstructured string that should not be interpreted by the library.
function
The scope name contains a function signature.

PrevUpHomeNext