error() const & | Quotient::Expected< T, E > | inline |
error() & | Quotient::Expected< T, E > | inline |
error_type typedef | Quotient::Expected< T, E > | |
Expected()=default | Quotient::Expected< T, E > | |
Expected(const Expected &)=default | Quotient::Expected< T, E > | |
Expected(Expected &&) noexcept=default | Quotient::Expected< T, E > | |
Expected(X &&x) | Quotient::Expected< T, E > | inline |
has_value() const | Quotient::Expected< T, E > | inline |
move_value_or(T &&fallback) | Quotient::Expected< T, E > | inline |
operator bool() const | Quotient::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 &)=default | Quotient::Expected< T, E > | |
operator=(Expected &&) noexcept=default | Quotient::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 typedef | Quotient::Expected< T, E > | |
~Expected()=default | Quotient::Expected< T, E > | |