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

boost_result<T, E = boost::system::error_code, NoValuePolicy = policy::default_policy<T, E, void>> - Boost.Outcome documentation
Prev Up HomeNext

boost_result>

A type alias to a basic_result configured with boost::system::error_code and policy::default_policy .

This type alias always references the boost edition of things, unlike result> which references either this alias or std_result> .

Namespace: BOOST_OUTCOME_V2_NAMESPACE

Header:

Last revised: January 24, 2019 at 01:15:16 UTC

Prev Up HomeNext