iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::legacy::expected< ValueType, ErrorType > Member List

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

bool::iox2::legacy::operator==iox2::legacy::expected< ValueType, ErrorType >friend
error(bb::detail::SourceLocation location=bb::detail::SourceLocation::current()) &noexceptiox2::legacy::expected< ValueType, ErrorType >
error(bb::detail::SourceLocation location=bb::detail::SourceLocation::current()) const &noexceptiox2::legacy::expected< ValueType, ErrorType >
error(bb::detail::SourceLocation location=bb::detail::SourceLocation::current()) &&noexceptiox2::legacy::expected< ValueType, ErrorType >
error(bb::detail::SourceLocation location=bb::detail::SourceLocation::current()) const &&noexceptiox2::legacy::expected< ValueType, ErrorType >
expected()=deleteiox2::legacy::expected< ValueType, ErrorType >
expected(const expected &) noexcept=defaultiox2::legacy::expected< ValueType, ErrorType >
expected(expected &&rhs) noexceptiox2::legacy::expected< ValueType, ErrorType >
expected(in_place_t, Targs &&... args) noexceptiox2::legacy::expected< ValueType, ErrorType >explicit
expected(unexpect_t, Targs &&... args) noexceptiox2::legacy::expected< ValueType, ErrorType >explicit
expected(const detail::ok< ValueType > &successValue) noexceptiox2::legacy::expected< ValueType, ErrorType >
expected(detail::ok< ValueType > &&successValue) noexceptiox2::legacy::expected< ValueType, ErrorType >
expected(const detail::err< ErrorType > &errorValue) noexceptiox2::legacy::expected< ValueType, ErrorType >
expected(detail::err< ErrorType > &&errorValue) noexceptiox2::legacy::expected< ValueType, ErrorType >
has_error() const noexceptiox2::legacy::expected< ValueType, ErrorType >
has_value() const noexceptiox2::legacy::expected< ValueType, ErrorType >
operator bool() const noexceptiox2::legacy::expected< ValueType, ErrorType >explicit
operator expected< void, ErrorType >() const noexceptiox2::legacy::expected< ValueType, ErrorType >
operator*() noexceptiox2::legacy::expected< ValueType, ErrorType >
operator*() const noexceptiox2::legacy::expected< ValueType, ErrorType >
operator->() noexceptiox2::legacy::expected< ValueType, ErrorType >
operator->() const noexceptiox2::legacy::expected< ValueType, ErrorType >
operator=(const expected &) noexceptiox2::legacy::expected< ValueType, ErrorType >
operator=(expected &&rhs) noexceptiox2::legacy::expected< ValueType, ErrorType >
value(bb::detail::SourceLocation location=bb::detail::SourceLocation::current()) &noexceptiox2::legacy::expected< ValueType, ErrorType >
value(bb::detail::SourceLocation location=bb::detail::SourceLocation::current()) const &noexceptiox2::legacy::expected< ValueType, ErrorType >
value(bb::detail::SourceLocation location=bb::detail::SourceLocation::current()) &&noexceptiox2::legacy::expected< ValueType, ErrorType >
value(bb::detail::SourceLocation location=bb::detail::SourceLocation::current()) const &&noexceptiox2::legacy::expected< ValueType, ErrorType >
~expected() noexcept=defaultiox2::legacy::expected< ValueType, ErrorType >