|
C++ Actor Framework 0.19
|
This is the complete list of members for caf::expected< T >, including all inherited members.
| and_then(F &&f) & (defined in caf::expected< T >) | caf::expected< T > | |
| and_then(F &&f) && (defined in caf::expected< T >) | caf::expected< T > | |
| and_then(F &&f) const & (defined in caf::expected< T >) | caf::expected< T > | |
| and_then(F &&f) const && (defined in caf::expected< T >) | caf::expected< T > | |
| cerror() const noexcept | caf::expected< T > | |
| cvalue() const noexcept | caf::expected< T > | |
| emplace(Args &&... args) noexcept (defined in caf::expected< T >) | caf::expected< T > | |
| engaged() const noexcept | caf::expected< T > | |
| error() &noexcept | caf::expected< T > | |
| error() const &noexcept | caf::expected< T > | |
| error() &&noexcept | caf::expected< T > | |
| error() const &&noexcept | caf::expected< T > | |
| error_ | caf::expected< T > | |
| error_type typedef (defined in caf::expected< T >) | caf::expected< T > | |
| expected(U x) (defined in caf::expected< T >) | caf::expected< T > | |
| expected(T &&x) noexcept(nothrow_move) (defined in caf::expected< T >) | caf::expected< T > | |
| expected(const T &x) noexcept(nothrow_copy) (defined in caf::expected< T >) | caf::expected< T > | |
| expected(caf::error e) noexcept (defined in caf::expected< T >) | caf::expected< T > | |
| expected(const expected &other) noexcept(nothrow_copy) (defined in caf::expected< T >) | caf::expected< T > | |
| expected(expected &&other) noexcept(nothrow_move) (defined in caf::expected< T >) | caf::expected< T > | |
| expected(std::in_place_t, Ts &&... xs) (defined in caf::expected< T >) | caf::expected< T > | |
| has_value() const noexcept | caf::expected< T > | |
| nothrow_copy | caf::expected< T > | static |
| nothrow_move | caf::expected< T > | static |
| nothrow_swap | caf::expected< T > | static |
| operator bool() const noexcept | caf::expected< T > | explicit |
| operator!=(const expected< T > &x, const expected< T > &y) -> decltype(*x==*y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator!=(const expected< T > &x, const U &y) -> decltype(*x==y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator!=(const T &x, const expected< U > &y) -> decltype(x==*y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator!=(const expected< T > &x, const error &y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator!=(const error &x, const expected< T > &y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator!=(const expected< T > &x, Enum y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator!=(Enum x, const expected< T > &y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator!=(const expected< void > &x, const expected< void > &y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator*() &noexcept | caf::expected< T > | |
| operator*() const &noexcept | caf::expected< T > | |
| operator*() &&noexcept | caf::expected< T > | |
| operator*() const &&noexcept | caf::expected< T > | |
| operator->() noexcept | caf::expected< T > | |
| operator->() const noexcept | caf::expected< T > | |
| operator=(const expected &other) noexcept(nothrow_copy) (defined in caf::expected< T >) | caf::expected< T > | |
| operator=(expected &&other) noexcept(nothrow_move) (defined in caf::expected< T >) | caf::expected< T > | |
| operator=(const T &x) noexcept(nothrow_copy) (defined in caf::expected< T >) | caf::expected< T > | |
| operator=(T &&x) noexcept(nothrow_move) (defined in caf::expected< T >) | caf::expected< T > | |
| operator=(U x) (defined in caf::expected< T >) | caf::expected< T > | |
| operator=(caf::error e) noexcept (defined in caf::expected< T >) | caf::expected< T > | |
| operator=(Enum code) (defined in caf::expected< T >) | caf::expected< T > | |
| operator==(const expected< T > &x, const expected< T > &y) -> decltype(*x==*y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator==(const expected< T > &x, const U &y) -> decltype(*x==y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator==(const T &x, const expected< U > &y) -> decltype(x==*y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator==(const expected< T > &x, const error &y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator==(const error &x, const expected< T > &y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator==(const expected< T > &x, Enum y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator==(Enum x, const expected< T > &y) (defined in caf::expected< T >) | caf::expected< T > | related |
| operator==(const expected< void > &x, const expected< void > &y) (defined in caf::expected< T >) | caf::expected< T > | related |
| or_else(F &&f) & (defined in caf::expected< T >) | caf::expected< T > | |
| or_else(F &&f) && (defined in caf::expected< T >) | caf::expected< T > | |
| or_else(F &&f) const & (defined in caf::expected< T >) | caf::expected< T > | |
| or_else(F &&f) const && (defined in caf::expected< T >) | caf::expected< T > | |
| rebind typedef (defined in caf::expected< T >) | caf::expected< T > | |
| swap(expected &other) noexcept(nothrow_move &¬hrow_swap) (defined in caf::expected< T >) | caf::expected< T > | |
| transform(F &&f) & (defined in caf::expected< T >) | caf::expected< T > | |
| transform(F &&f) && (defined in caf::expected< T >) | caf::expected< T > | |
| transform(F &&f) const & (defined in caf::expected< T >) | caf::expected< T > | |
| transform(F &&f) const && (defined in caf::expected< T >) | caf::expected< T > | |
| transform_or(F &&f) & (defined in caf::expected< T >) | caf::expected< T > | |
| transform_or(F &&f) && (defined in caf::expected< T >) | caf::expected< T > | |
| transform_or(F &&f) const & (defined in caf::expected< T >) | caf::expected< T > | |
| transform_or(F &&f) const && (defined in caf::expected< T >) | caf::expected< T > | |
| value() & | caf::expected< T > | |
| value() const & | caf::expected< T > | |
| value() && | caf::expected< T > | |
| value() const && | caf::expected< T > | |
| value_ | caf::expected< T > | |
| value_or(U &&fallback) const & | caf::expected< T > | |
| value_or(U &&fallback) && | caf::expected< T > | |
| value_type typedef (defined in caf::expected< T >) | caf::expected< T > | |
| ~expected() (defined in caf::expected< T >) | caf::expected< T > |