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

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

checked

A type alias to either std_checked (standalone edition) or boost_checked (Boost edition). This means that checked 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