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 typedef | stdx::ExpectedImpl< void, E > | |
ExpectedImpl() noexcept | stdx::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) noexcept | stdx::ExpectedImplBase | inlineexplicit |
get_unexpected() const | stdx::ExpectedImpl< void, E > | inline |
has_value() const | stdx::ExpectedImplBase | inline |
has_value_ | stdx::ExpectedImplBase | private |
operator bool() const noexcept | stdx::ExpectedImplBase | inlineexplicit |
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) noexcept | stdx::ExpectedImplBase | inline |
unexpected_type typedef | stdx::ExpectedImpl< void, E > | |
value_type typedef | stdx::ExpectedImpl< void, E > | |
~ExpectedImpl() | stdx::ExpectedImpl< void, E > | inline |