MySQL 8.4.1
Source Code Documentation
stdx::unexpected< E > Member List

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

error() &noexceptstdx::unexpected< E >inline
error() const &noexceptstdx::unexpected< E >inline
error() &&noexceptstdx::unexpected< E >inline
error() const &&noexceptstdx::unexpected< E >inline
error_stdx::unexpected< E >private
error_type typedefstdx::unexpected< E >
operator=(const unexpected &)=defaultstdx::unexpected< E >
operator=(unexpected &&) noexcept=defaultstdx::unexpected< E >
operator==stdx::unexpected< E >friend
swap(unexpected &other) noexcept(std::is_nothrow_swappable_v< E >)stdx::unexpected< E >inline
swapstdx::unexpected< E >friend
unexpected(const unexpected &)=defaultstdx::unexpected< E >
unexpected(unexpected &&) noexcept=defaultstdx::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