C++ Actor Framework 0.19
Loading...
Searching...
No Matches
caf::expected< T > Member List

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 noexceptcaf::expected< T >
cvalue() const noexceptcaf::expected< T >
emplace(Args &&... args) noexcept (defined in caf::expected< T >)caf::expected< T >
engaged() const noexceptcaf::expected< T >
error() &noexceptcaf::expected< T >
error() const &noexceptcaf::expected< T >
error() &&noexceptcaf::expected< T >
error() const &&noexceptcaf::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 noexceptcaf::expected< T >
nothrow_copycaf::expected< T >static
nothrow_movecaf::expected< T >static
nothrow_swapcaf::expected< T >static
operator bool() const noexceptcaf::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*() &noexceptcaf::expected< T >
operator*() const &noexceptcaf::expected< T >
operator*() &&noexceptcaf::expected< T >
operator*() const &&noexceptcaf::expected< T >
operator->() noexceptcaf::expected< T >
operator->() const noexceptcaf::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 &&nothrow_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 >