| error() const (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | inline |
| error_type typedef (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | |
| expected() ETL_NOEXCEPT | etl::expected< TValue, TError > | inline |
| expected(const value_type &value_) ETL_NOEXCEPT | etl::expected< TValue, TError > | inline |
| expected(const expected &other) ETL_NOEXCEPT | etl::expected< TValue, TError > | inline |
| expected(const etl::unexpected< G > &ue) (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | inlineexplicit |
| expected(etl::in_place_t) ETL_NOEXCEPT | etl::expected< TValue, TError > | inlineexplicit |
| has_value() const ETL_NOEXCEPT (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | inline |
| operator bool() const ETL_NOEXCEPT (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | inline |
| operator*() ETL_LVALUE_REF_QUALIFIER (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | inline |
| operator*() const ETL_LVALUE_REF_QUALIFIER (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | inline |
| operator->() (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | inline |
| operator->() const (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | inline |
| operator=(const this_type &other) | etl::expected< TValue, TError > | inline |
| operator=(const value_type &value) | etl::expected< TValue, TError > | inline |
| operator=(const unexpected_type &ue) | etl::expected< TValue, TError > | inline |
| this_type typedef (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | |
| unexpected_type typedef (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | |
| value() const | etl::expected< TValue, TError > | inline |
| value_or(const U &default_value) const (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | inline |
| value_type typedef (defined in etl::expected< TValue, TError >) | etl::expected< TValue, TError > | |