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

bad_result_access

Exception type publicly inheriting from std::logic_error indicating an incorrect observation of value or error occurred by basic_result<T, E, NoValuePolicy> .

No member functions are added in addition to std::logic_error. Typical .what() strings are:

Requires: Nothing.

Namespace: BOOST_OUTCOME_V2_NAMESPACE

Header: <boost/outcome/bad_access.hpp>

Last revised: January 25, 2019 at 01:51:37 UTC


Prev Up HomeNext