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 version of Boost is under active development. You are currently in the develop branch. The current version is 1.90.0.
boost::contract::get_postcondition_failure — Return failure handler currently set for postconditions.
// In header: <boost/contract/core/exception.hpp> from_failure_handler get_postcondition_failure();
This is often called only internally by this library.
Throws: This is declared noexcept (or throw() before C++11).
See Also: Throw on Failure, Postconditions
Returns: |
A copy of the failure handler currently set. |