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 a snapshot of the develop branch, built from commit 2d201e01f1.
PrevUpHomeNext

Function get_check_failure

boost::contract::get_check_failure — Return failure handler currently set for implementation checks.

Synopsis

// In header: <boost/contract/core/exception.hpp>


failure_handler get_check_failure();

Description

This is often called only internally by this library.

Throws: This is declared noexcept (or throw() before C++11).

See Also:

Throw on Failure, Implementation Checks

Returns:

A copy of the failure handler currently set.


PrevUpHomeNext