Boost C++ Libraries

PrevUpHomeNext

Function check_exception

boost::scope::check_exception — Creates a predicate for checking whether an exception is being thrown.

Synopsis

// In header: <boost/scope/exception_checker.hpp>


exception_checker check_exception();

Description

Throws: Nothing.


PrevUpHomeNext