MySQL 8.4.1
Source Code Documentation
stdx::expected< T, E > Member List

This is the complete list of members for stdx::expected< T, E >, including all inherited members.

can_value_convert_constructstdx::expected< T, E >static
constructor_is_explicitstdx::expected< T, E >static
error_type typedefstdx::expected< T, E >
expected() noexceptstdx::expected< T, E >inline
expected(const expected &other)=defaultstdx::expected< T, E >
expected(const expected &other)stdx::expected< T, E >inline
expected(expected &&other)=defaultstdx::expected< T, E >
expected(expected &&other) noexcept((std::is_nothrow_move_constructible_v< T >))stdx::expected< T, E >inline
explicit(constructor_is_explicit< UF, GF >) expected(const expected< Ustdx::expected< T, E >
has_value_stdx::expected< T, E >
has_value_stdx::expected< T, E >
rhsstdx::expected< T, E >
unexpected_type typedefstdx::expected< T, E >
value_type typedefstdx::expected< T, E >