Back to Arangodb

Concepts

3rdParty/boost/1.78.0/libs/outcome/doc/html/reference/concepts.html

3.12.9.1605 B
Original Source

Concepts

  1. basic_outcome<T>

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

  1. basic_result<T>

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

  1. value_or_error<T>

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

  1. value_or_none<T>

A boolean concept matching types with an optional value.