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 const &lhs, unexpected< E2 > const &rhs) -> bool | unexpected< E > | friend |
swap(unexpected &other) noexcept(etl::is_nothrow_swappable_v< E >) -> void | unexpected< 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 &)=default | unexpected< E > | |
unexpected(unexpected &&)=default | unexpected< E > |