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

Prev Up HomeNext

terminate

Policy class defining that std::terminate() should be called on incorrect wide value, error or exception observation.

Inherits publicly from base , and its narrow value, error and exception observer policies are inherited from there.

Included by <basic_result.hpp>, and so is always available when basic_result is available.

Requires: Nothing.

Namespace: BOOST_OUTCOME_V2_NAMESPACE::policy

Header: <boost/outcome/policy/terminate.hpp>

Last revised: January 22, 2019 at 01:11:40 UTC


Prev Up HomeNext