iceoryx_hoofs 2.0.3
iox::cxx::expected< ValueType, ErrorType > Member List

This is the complete list of members for iox::cxx::expected< ValueType, ErrorType >, including all inherited members.

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