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

unchecked<T, E = varies> - Boost.Outcome documentation
Prev Up HomeNext

unchecked

A type alias to either std_unchecked (standalone edition) or boost_unchecked (Boost edition). This means that unchecked uses the appropriate default alias depending on which edition of Outcome is in use.

Namespace: BOOST_OUTCOME_V2_NAMESPACE

Header:

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

Prev Up HomeNext