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 definition current_scope_info

current_scope_info

Synopsis

// In header: <boost/log/support/exception.hpp>


typedef error_info< struct current_scope_info_tag, attributes::named_scope_list > current_scope_info;

Description

Current scope exception information


PrevUpHomeNext