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< E >friend
swap(unexpected &other) noexcept(etl::is_nothrow_swappable_v< E >) -> voidunexpected< E >inline
swapunexpected< E >friend
unexpected(Err &&e) noexcept(etl::is_nothrow_constructible_v< E, Err >)unexpected< E >inlineexplicit
unexpected(etl::in_place_t, Args &&... args) noexcept(etl::is_nothrow_constructible_v< E, Args... >)unexpected< E >inlineexplicit
unexpected(unexpected const &)=defaultunexpected< E >
unexpected(unexpected &&)=defaultunexpected< E >