This is the complete list of members for ut::Expected< T, E >, including all inherited members.
| error() const &noexcept | ut::Expected< T, E > | inline |
| error() &noexcept | ut::Expected< T, E > | inline |
| error() const &&noexcept | ut::Expected< T, E > | inline |
| error() &&noexcept | ut::Expected< T, E > | inline |
| error_type typedef | ut::Expected< T, E > | |
| Expected(Expected &&other) noexcept | ut::Expected< T, E > | inline |
| Expected(Unexpected< U > &&u) | ut::Expected< T, E > | inline |
| explicit(!std::is_convertible_v< U, T >) Expected(U &&u) noexcept | ut::Expected< T, E > | inline |
| has_value() const noexcept | ut::Expected< T, E > | inline |
| operator bool() const noexcept | ut::Expected< T, E > | inlineexplicit |
| operator*() const &noexcept | ut::Expected< T, E > | inline |
| operator*() &noexcept | ut::Expected< T, E > | inline |
| operator*() const &&noexcept | ut::Expected< T, E > | inline |
| operator*() &&noexcept | ut::Expected< T, E > | inline |
| operator->() const noexcept | ut::Expected< T, E > | inline |
| operator->() noexcept | ut::Expected< T, E > | inline |
| value() const & | ut::Expected< T, E > | inline |
| value() & | ut::Expected< T, E > | inline |
| value() const && | ut::Expected< T, E > | inline |
| value() && | ut::Expected< T, E > | inline |
| value_type typedef | ut::Expected< T, E > | |