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 a snapshot of the master branch, built from commit c6a8213e9b.
Prev Up HomeNext

std_unchecked<T, E = std::error_code>

A type alias to a basic_result<T, E, NoValuePolicy> configured with std::error_code and policy::all_narrow .

This type alias always references the std edition of things, unlike unchecked<T, E = varies> which references either this alias or boost_unchecked<T, E = boost::system::error_code> .

Namespace: BOOST_OUTCOME_V2_NAMESPACE

Header: <boost/outcome/std_result.hpp>

Last revised: January 23, 2019 at 01:27:31 UTC


Prev Up HomeNext