iceoryx_hoofs 2.0.5
Loading...
Searching...
No Matches
iox::cxx::expected< void, ErrorType > Member List

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

and_then(const cxx::function_ref< void()> &callable) const noexceptiox::cxx::expected< ErrorType >
and_then(const cxx::function_ref< void()> &callable) noexceptiox::cxx::expected< ErrorType >
create_error(Targs &&... args) noexceptiox::cxx::expected< ErrorType >static
create_value() noexceptiox::cxx::expected< ErrorType >static
expected()=deleteiox::cxx::expected< ErrorType >
expected(const expected &) noexcept=defaultiox::cxx::expected< ErrorType >
expected(expected &&rhs) noexceptiox::cxx::expected< ErrorType >
expected(const success< void > &successValue) noexceptiox::cxx::expected< ErrorType >
expected(const error< ErrorType > &errorValue) noexceptiox::cxx::expected< ErrorType >
expected(error< ErrorType > &&errorValue) noexceptiox::cxx::expected< ErrorType >
get_error() &noexceptiox::cxx::expected< ErrorType >
get_error() const &noexceptiox::cxx::expected< ErrorType >
get_error() &&noexceptiox::cxx::expected< ErrorType >
has_error() const noexceptiox::cxx::expected< ErrorType >
operator bool() const noexceptiox::cxx::expected< ErrorType >explicit
operator=(const expected &) noexceptiox::cxx::expected< ErrorType >
operator=(expected &&rhs) noexceptiox::cxx::expected< ErrorType >
or_else(const cxx::function_ref< void(ErrorType &)> &callable) const noexceptiox::cxx::expected< ErrorType >
or_else(const cxx::function_ref< void(ErrorType &)> &callable) noexceptiox::cxx::expected< ErrorType >
~expected() noexcept=defaultiox::cxx::expected< ErrorType >