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

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