MySQL 8.3.0
Source Code Documentation
stdx::ExpectedImpl< void, E > Member List

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

error() const &stdx::ExpectedImpl< void, E >inline
error() const &&stdx::ExpectedImpl< void, E >inline
error() &stdx::ExpectedImpl< void, E >inline
error() &&stdx::ExpectedImpl< void, E >inline
error_type typedefstdx::ExpectedImpl< void, E >
ExpectedImpl() noexceptstdx::ExpectedImpl< void, E >inline
ExpectedImpl(stdx::unexpect_t, Args &&... args)stdx::ExpectedImpl< void, E >inline
ExpectedImpl(const ExpectedImpl &other)stdx::ExpectedImpl< void, E >inline
ExpectedImpl(ExpectedImpl &&other) noexcept(std::is_nothrow_move_constructible< E >::value)stdx::ExpectedImpl< void, E >inline
ExpectedImpl(const unexpected< E > &e)stdx::ExpectedImpl< void, E >inline
ExpectedImpl(unexpected< E > &&e)stdx::ExpectedImpl< void, E >inline
ExpectedImplBase(bool has_value) noexceptstdx::ExpectedImplBaseinlineexplicit
get_unexpected() conststdx::ExpectedImpl< void, E >inline
has_value() conststdx::ExpectedImplBaseinline
has_value_stdx::ExpectedImplBaseprivate
operator bool() const noexceptstdx::ExpectedImplBaseinlineexplicit
operator=(ExpectedImpl const &other)stdx::ExpectedImpl< void, E >inline
operator=(ExpectedImpl &&other)stdx::ExpectedImpl< void, E >inline
storage_stdx::ExpectedImpl< void, E >private
swap(ExpectedImpl &other) noexcept(std::is_nothrow_move_constructible< G >::value)stdx::ExpectedImpl< void, E >inline
stdx::ExpectedImplBase::swap(ExpectedImplBase &other) noexceptstdx::ExpectedImplBaseinline
unexpected_type typedefstdx::ExpectedImpl< void, E >
value_type typedefstdx::ExpectedImpl< void, E >
~ExpectedImpl()stdx::ExpectedImpl< void, E >inline