xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::eh::expected< Type, Error > Member List

This is the complete list of members for xentara::utils::eh::expected< Type, Error >, including all inherited members.

expectedCast(const expected< Type, Error > &source) noexcept(std::is_nothrow_constructible_v< expected< RelatedType, Error >, const expected< RelatedType, Error > & >) -> expected< RelatedType, Error >xentara::utils::eh::expected< Type, Error >related
expectedCast(expected< Type, Error > &&source) noexcept(std::is_nothrow_constructible_v< expected< RelatedType, Error >, expected< RelatedType, Error > && >) -> expected< RelatedType, Error >xentara::utils::eh::expected< Type, Error >related