iceoryx_hoofs 2.0.5
Loading...
Searching...
No Matches
iox::cxx::optional< T > Member List

This is the complete list of members for iox::cxx::optional< T >, including all inherited members.

and_then(const cxx::function_ref< void(T &)> &callable) noexceptiox::cxx::optional< T >
and_then(const cxx::function_ref< void(const T &)> &callable) const noexceptiox::cxx::optional< T >
emplace(Targs &&... args) noexceptiox::cxx::optional< T >
has_value() const noexceptiox::cxx::optional< T >
operator bool() const noexceptiox::cxx::optional< T >explicit
operator!=(const optional< T > &rhs) const noexceptiox::cxx::optional< T >
operator!=(const nullopt_t &) const noexceptiox::cxx::optional< T >
operator*() const noexceptiox::cxx::optional< T >
operator*() noexceptiox::cxx::optional< T >
operator->() const noexceptiox::cxx::optional< T >
operator->() noexceptiox::cxx::optional< T >
operator=(const optional &rhs) noexceptiox::cxx::optional< T >
operator=(optional &&rhs) noexceptiox::cxx::optional< T >
operator=(U &&value) noexceptiox::cxx::optional< T >
operator==(const optional< T > &rhs) const noexceptiox::cxx::optional< T >
operator==(const nullopt_t &) const noexceptiox::cxx::optional< T >
optional() noexceptiox::cxx::optional< T >
optional(const nullopt_t &) noexceptiox::cxx::optional< T >
optional(T &&value) noexceptiox::cxx::optional< T >
optional(const T &value) noexceptiox::cxx::optional< T >
optional(in_place_t, Targs &&... args) noexceptiox::cxx::optional< T >
optional(const optional &rhs) noexceptiox::cxx::optional< T >
optional(optional &&rhs) noexceptiox::cxx::optional< T >
or_else(const cxx::function_ref< void()> &callable) noexceptiox::cxx::optional< T >
or_else(const cxx::function_ref< void()> &callable) const noexceptiox::cxx::optional< T >
reset() noexceptiox::cxx::optional< T >
type typedef (defined in iox::cxx::optional< T >)iox::cxx::optional< T >
value() &noexceptiox::cxx::optional< T >
value() const &noexceptiox::cxx::optional< T >
value() &&noexceptiox::cxx::optional< T >
value() const &&noexceptiox::cxx::optional< T >
value_or(U &&default_value) const noexceptiox::cxx::optional< T >
~optional() noexceptiox::cxx::optional< T >