3rdParty/boost/1.78.0/libs/outcome/doc/html/reference/traits.html
An integral constant type true for basic_outcome<T, EC, EP, NoValuePolicy> types.
An integral constant type true for basic_result<T, E, NoValuePolicy> types.
True if an error code can be constructed from a T.
A customisable integral constant type true for E types which are to receive error throwing no-value policies.
A customisable integral constant type true for E types constructible from Enum types which are to receive error throwing no-value policies.
True if an exception ptr can be constructed from a T.
An integral constant boolean variable true for failure_type<EC, E = void> types.
(>= Outcome v2.2.0) A customisable integral constant type true for T types which are move bitcopying safe.
An integral constant boolean variable true for success_type<T> types.
A constexpr boolean true for types permissible in basic_result<T, E, NoValuePolicy>.