Converters
-
try_operation_return_as(expr)
A customisable converter of
ValueOrError<T, E>
concept matching types to a returnable failure type. -
value_or_error<T, U>
A customisable converter of
ValueOrError<T, E>
concept matching types.
try_operation_return_as(expr)
A customisable converter of ValueOrError<T, E>
concept matching types to a returnable failure type.
value_or_error<T, U>
A customisable converter of ValueOrError<T, E>
concept matching types.
Last revised: December 15, 2018 at 17:49:37 UTC