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

result<T, E = varies, NoValuePolicy = policy::default_policy<T, E, void>>

A type alias to either std_result<T, E = std::error_code, NoValuePolicy = policy::default_policy<T, E, void>> (standalone edition) or boost_result<T, E = boost::system::error_code, NoValuePolicy = policy::default_policy<T, E, void>> (Boost edition), and policy::default_policy . This means that result<T> uses the appropriate default alias depending on which edition of Outcome is in use.

Namespace: BOOST_OUTCOME_V2_NAMESPACE

Header: <boost/outcome/result.hpp>

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


Prev Up HomeNext