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

unchecked<T, E = varies>

A type alias to either std_unchecked<T, E = std::error_code> (standalone edition) or boost_unchecked<T, E = boost::system::error_code> (Boost edition). This means that unchecked<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