| error() const -> const Error & (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | inline |
| error_type typedef (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | |
| expected(const Type &value) noexcept (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | inline |
| expected(const unexpected_type &unexpected) noexcept (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | inline |
| has_value() const noexcept -> bool (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | inline |
| operator bool() const noexcept (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | inline |
| operator*() const -> const Type & (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | inline |
| operator->() const -> const Type * (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | inline |
| rebind typedef (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | |
| unexpected_type typedef (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | |
| value() const -> const Type & (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | inline |
| value_type typedef (defined in sbx::utility::expected< Type, Error >) | sbx::utility::expected< Type, Error > | |