| tetl 0.1.0
    Embedded Template Library | 
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 &=default | unexpected< E > | |
| operator=(unexpected &&) -> unexpected &=default | unexpected< E > | |
| operator== | unexpected< E > | friend | 
| swap(unexpected &other) noexcept(etl::is_nothrow_swappable_v< E >) -> void | unexpected< E > | inline | 
| swap | unexpected< 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 &)=default | unexpected< E > | |
| unexpected(unexpected &&)=default | unexpected< E > |