tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
unexpected< E > Member List

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

error() const &noexcept -> E const &unexpected< E >inline
error() &noexcept -> E &unexpected< E >inline
error() const &&noexcept -> E const &&unexpected< E >inline
error() &&noexcept -> E &&unexpected< E >inline
operator=(unexpected const &) -> unexpected &=defaultunexpected< E >
operator=(unexpected &&) -> unexpected &=defaultunexpected< E >
operator==(unexpected const &lhs, unexpected< E2 > const &rhs) -> boolunexpected< E >friend
swap(unexpected &other) noexcept(etl::is_nothrow_swappable_v< E >) -> voidunexpected< E >inline
swap(unexpected &x, unexpected &y) noexcept(noexcept(x.swap(y))) -> void requires(etl::is_swappable_v< E >)unexpected< E >friend
unexpected(Err &&e)unexpected< E >inlineexplicit
unexpected(etl::in_place_t, Args &&... args)unexpected< E >inlineexplicit
unexpected(unexpected const &)=defaultunexpected< E >
unexpected(unexpected &&)=defaultunexpected< E >