CppWAMP
C++11 client library for the WAMP protocol
|
This is the complete list of members for wamp::Unexpected< E >, including all inherited members.
error_type typedef | wamp::Unexpected< E > | |
makeUnexpected(E &&error) | wamp::Unexpected< E > | related |
operator!=(const Unexpected< E1 > &x, const Unexpected< E2 > &y) | wamp::Unexpected< E > | related |
operator==(const Unexpected< E1 > &x, const Unexpected< E2 > &y) | wamp::Unexpected< E > | related |
swap(Unexpected &other) noexcept(std::is_nothrow_swappable< E >::value) | wamp::Unexpected< E > | inline |
swap(Unexpected< E > &x, Unexpected< E > &y) noexcept(noexcept(x.swap(y))) | wamp::Unexpected< E > | related |
Unexpected(error_type error) noexcept | wamp::Unexpected< E > | inlineexplicit |
value() &noexcept | wamp::Unexpected< E > | inline |
value() &&noexcept | wamp::Unexpected< E > | inline |
value() const &noexcept | wamp::Unexpected< E > | inline |
value() const &&noexcept | wamp::Unexpected< E > | inline |