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