MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for stdx::unexpected< E >, including all inherited members.
error() &noexcept | stdx::unexpected< E > | inline |
error() const &noexcept | stdx::unexpected< E > | inline |
error() &&noexcept | stdx::unexpected< E > | inline |
error() const &&noexcept | stdx::unexpected< E > | inline |
error_ | stdx::unexpected< E > | private |
error_type typedef | stdx::unexpected< E > | |
operator=(const unexpected &)=default | stdx::unexpected< E > | |
operator=(unexpected &&) noexcept=default | stdx::unexpected< E > | |
operator== | stdx::unexpected< E > | friend |
swap(unexpected &other) noexcept(std::is_nothrow_swappable_v< E >) | stdx::unexpected< E > | inline |
swap | stdx::unexpected< E > | friend |
unexpected(const unexpected &)=default | stdx::unexpected< E > | |
unexpected(unexpected &&) noexcept=default | stdx::unexpected< E > | |
unexpected(Err &&err) noexcept(std::is_nothrow_constructible_v< E, Err >) | stdx::unexpected< E > | inlineexplicit |
unexpected(std::in_place_t, Args &&...args) noexcept(std::is_nothrow_constructible_v< E, Args... >) | stdx::unexpected< E > | inlineexplicit |
unexpected(std::in_place_t, std::initializer_list< U > il, Args &&...args) noexcept(std::is_nothrow_constructible_v< E, std::initializer_list< U > &, Args... >) | stdx::unexpected< E > | inlineexplicit |