| and_then(const cxx::function_ref< void(ValueType &)> &callable) const noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| and_then(const cxx::function_ref< void(ValueType &)> &callable) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| and_then(const cxx::function_ref< void(typename Optional::type &)> &callable) const noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| and_then(const cxx::function_ref< void(typename Optional::type &)> &callable) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| create_error(Targs &&... args) noexcept | iox::cxx::expected< ValueType, ErrorType > | static |
| create_value(Targs &&... args) noexcept | iox::cxx::expected< ValueType, ErrorType > | static |
| expected()=delete | iox::cxx::expected< ValueType, ErrorType > | |
| expected(const expected &) noexcept=default | iox::cxx::expected< ValueType, ErrorType > | |
| expected(expected &&rhs) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| expected(const success< ValueType > &successValue) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| expected(success< ValueType > &&successValue) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| expected(const error< ErrorType > &errorValue) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| expected(error< ErrorType > &&errorValue) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| get_error() &noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| get_error() const &noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| get_error() &&noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| has_error() const noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| if_empty(const cxx::function_ref< void()> &callable) const noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| if_empty(const cxx::function_ref< void()> &callable) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| operator bool() const noexcept | iox::cxx::expected< ValueType, ErrorType > | explicit |
| operator expected< T >() noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| operator expected< T >() const noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| operator*() noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| operator*() const noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| operator->() noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| operator->() const noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| operator=(const expected &) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| operator=(expected &&rhs) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| or_else(const cxx::function_ref< void(ErrorType &)> &callable) const noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| or_else(const cxx::function_ref< void(ErrorType &)> &callable) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| to_optional() const noexcept (defined in iox::cxx::expected< ValueType, ErrorType >) | iox::cxx::expected< ValueType, ErrorType > | |
| value() &noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| value() const &noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| value() &&noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| value_or(const ValueType &value) const noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| value_or(const ValueType &value) noexcept | iox::cxx::expected< ValueType, ErrorType > | |
| ~expected() noexcept=default | iox::cxx::expected< ValueType, ErrorType > | |