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 an old version of Boost. Click here to view this page for the latest version.
Prev Up HomeNext

all_narrow

Policy class defining that hard undefined behaviour should occur on incorrect narrow and wide value, error or exception observation.

Inherits publicly from base, and simply defines its wide value, error and exception observer policies to call their corresponding narrow editions.

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/all_narrow.hpp>

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


Prev Up HomeNext