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