...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::contract::set_check_failure — Set failure handler for implementation checks.
// In header: <boost/contract/core/exception.hpp> failure_handler const & set_check_failure(failure_handler const & f);
Set a new failure handler and returns it.
Throws: This is declared noexcept
(or throw()
before C++11).
See Also:
Throw on Failure, Implementation Checks
Parameters: |
|
||
Returns: |
Same failure handler functor |