MySQL 26.7.0
Source Code Documentation
ut::Expected< T, E > Member List

This is the complete list of members for ut::Expected< T, E >, including all inherited members.

error() const &noexceptut::Expected< T, E >inline
error() &noexceptut::Expected< T, E >inline
error() const &&noexceptut::Expected< T, E >inline
error() &&noexceptut::Expected< T, E >inline
error_type typedefut::Expected< T, E >
Expected(Expected &&other) noexceptut::Expected< T, E >inline
Expected(Unexpected< U > &&u)ut::Expected< T, E >inline
explicit(!std::is_convertible_v< U, T >) Expected(U &&u) noexceptut::Expected< T, E >inline
has_value() const noexceptut::Expected< T, E >inline
operator bool() const noexceptut::Expected< T, E >inlineexplicit
operator*() const &noexceptut::Expected< T, E >inline
operator*() &noexceptut::Expected< T, E >inline
operator*() const &&noexceptut::Expected< T, E >inline
operator*() &&noexceptut::Expected< T, E >inline
operator->() const noexceptut::Expected< T, E >inline
operator->() noexceptut::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 typedefut::Expected< T, E >