Concepts
-
ValueOrError<T, E>A boolean concept matching types with either a value or an error.
-
ValueOrNone<T>A boolean concept matching types with an optional value.
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 an older version of Boost and was released in 2019. The current version is 1.90.0.
ValueOrError<T, E>
A boolean concept matching types with either a value or an error.
ValueOrNone<T>
A boolean concept matching types with an optional value.
Last revised: December 11, 2018 at 14:56:04 UTC