VCCC  2024.05
VisualCamp Common C++ library
unexpected< E > Member List

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

error() const &noexceptunexpected< E >inline
error() &noexceptunexpected< E >inline
error() const &&noexceptunexpected< E >inline
error() &&noexceptunexpected< E >inline
operator!=(unexpected &x, unexpected< E2 > &y)unexpected< E >friend
operator=(const unexpected &)=defaultunexpected< E >
operator=(unexpected &&)=defaultunexpected< E >
operator==(unexpected &x, unexpected< E2 > &y)unexpected< E >friend
swap(unexpected &other) noexcept(is_nothrow_swappable< E >::value)unexpected< E >inline
unexpected(const unexpected &)=defaultunexpected< E >
unexpected(unexpected &&)=defaultunexpected< E >
unexpected(Err &&e)unexpected< E >inlineexplicit
unexpected(in_place_t, Args &&... args)unexpected< E >inlineexplicit
unexpected(in_place_t, std::initializer_list< U > il, Args &&... args)unexpected< E >inlineexplicit