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

Concepts

  1. basic_outcome<T>

    A boolean concept matching types which are convertible to a basic_outcome<T, EC, EP, NoValuePolicy>.

  2. basic_result<T>

    A boolean concept matching types which are convertible to a basic_result<T, E, NoValuePolicy>.

  3. value_or_error<T>

    A boolean concept matching types with either a value or an error.

  4. value_or_none<T>

    A boolean concept matching types with an optional value.

Last revised: December 11, 2018 at 14:56:04 UTC


Prev Up HomeNext