| error() const | etl::expected< void, TError > | inline |
| error_type typedef (defined in etl::expected< void, TError >) | etl::expected< void, TError > | |
| expected() | etl::expected< void, TError > | inline |
| expected(const unexpected_type &ue_) | etl::expected< void, TError > | inline |
| expected(const this_type &other) | etl::expected< void, TError > | inline |
| has_value() const ETL_NOEXCEPT | etl::expected< void, TError > | inline |
| operator bool() const ETL_NOEXCEPT | etl::expected< void, TError > | inline |
| operator*() ETL_LVALUE_REF_QUALIFIER (defined in etl::expected< void, TError >) | etl::expected< void, TError > | inline |
| operator->() (defined in etl::expected< void, TError >) | etl::expected< void, TError > | inline |
| operator=(const this_type &other) | etl::expected< void, TError > | inline |
| operator=(const unexpected_type &ue) | etl::expected< void, TError > | inline |
| swap(this_type &other) | etl::expected< void, TError > | inline |
| this_type typedef (defined in etl::expected< void, TError >) | etl::expected< void, TError > | |
| unexpected_type typedef (defined in etl::expected< void, TError >) | etl::expected< void, TError > | |
| value() const | etl::expected< void, TError > | inline |
| value_or(const U &default_value) const (defined in etl::expected< void, TError >) | etl::expected< void, TError > | inline |
| value_type typedef (defined in etl::expected< void, TError >) | etl::expected< void, TError > | |