MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for stdx::expected< T, E >, including all inherited members.
can_value_convert_construct | stdx::expected< T, E > | static |
constructor_is_explicit | stdx::expected< T, E > | static |
error_type typedef | stdx::expected< T, E > | |
expected() noexcept | stdx::expected< T, E > | inline |
expected(const expected &other)=default | stdx::expected< T, E > | |
expected(const expected &other) | stdx::expected< T, E > | inline |
expected(expected &&other)=default | stdx::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< U | stdx::expected< T, E > | |
has_value_ | stdx::expected< T, E > | |
has_value_ | stdx::expected< T, E > | |
rhs | stdx::expected< T, E > | |
unexpected_type typedef | stdx::expected< T, E > | |
value_type typedef | stdx::expected< T, E > |