libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::Expected< T, E > Member List

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

error() const &Quotient::Expected< T, E >inline
error() &Quotient::Expected< T, E >inline
error_type typedefQuotient::Expected< T, E >
Expected()=defaultQuotient::Expected< T, E >
Expected(const Expected &)=defaultQuotient::Expected< T, E >
Expected(Expected &&) noexcept=defaultQuotient::Expected< T, E >
Expected(X &&x)Quotient::Expected< T, E >inline
has_value() constQuotient::Expected< T, E >inline
move_value_or(T &&fallback)Quotient::Expected< T, E >inline
operator bool() constQuotient::Expected< T, E >inlineexplicit
operator*() const &Quotient::Expected< T, E >inline
operator*() &Quotient::Expected< T, E >inline
operator->() const &Quotient::Expected< T, E >inline
operator->() &Quotient::Expected< T, E >inline
operator=(const Expected &)=defaultQuotient::Expected< T, E >
operator=(Expected &&) noexcept=defaultQuotient::Expected< T, E >
operator=(X &&x)Quotient::Expected< T, E >inline
value() const &Quotient::Expected< T, E >inline
value() &Quotient::Expected< T, E >inline
value() &&Quotient::Expected< T, E >inline
value_or(const U &fallback) const &Quotient::Expected< T, E >inline
value_or(U &&fallback) &&Quotient::Expected< T, E >inline
value_type typedefQuotient::Expected< T, E >
~Expected()=defaultQuotient::Expected< T, E >