iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::bb::stl::Unexpected< E > Member List

This is the complete list of members for iox2::bb::stl::Unexpected< E >, including all inherited members.

error() &noexcept -> E &iox2::bb::stl::Unexpected< E >inline
error() const &noexcept -> const E &iox2::bb::stl::Unexpected< E >inline
error() &&noexcept -> E &&iox2::bb::stl::Unexpected< E >inline
error() const &&noexcept -> const E &&iox2::bb::stl::Unexpected< E >inline
operator=(const Unexpected &) -> Unexpected &=defaultiox2::bb::stl::Unexpected< E >
operator=(Unexpected &&) -> Unexpected &=defaultiox2::bb::stl::Unexpected< E >
Unexpected(const Unexpected &)=defaultiox2::bb::stl::Unexpected< E >
Unexpected(Unexpected &&)=defaultiox2::bb::stl::Unexpected< E >
Unexpected(Err &&err)iox2::bb::stl::Unexpected< E >inlineexplicit
Unexpected(InPlaceT, Args &&... args)iox2::bb::stl::Unexpected< E >inlineexplicit
~Unexpected()=defaultiox2::bb::stl::Unexpected< E >