|
iceoryx2
C++ Language Bindings
|
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 &=default | iox2::bb::stl::Unexpected< E > | |
| operator=(Unexpected &&) -> Unexpected &=default | iox2::bb::stl::Unexpected< E > | |
| Unexpected(const Unexpected &)=default | iox2::bb::stl::Unexpected< E > | |
| Unexpected(Unexpected &&)=default | iox2::bb::stl::Unexpected< E > | |
| Unexpected(Err &&err) | iox2::bb::stl::Unexpected< E > | inlineexplicit |
| Unexpected(InPlaceT, Args &&... args) | iox2::bb::stl::Unexpected< E > | inlineexplicit |
| ~Unexpected()=default | iox2::bb::stl::Unexpected< E > |