CppWAMP
C++11 client library for the WAMP protocol
|
Contains facilities for applying static visitors to Variant objects . More...
Go to the source code of this file.
Classes | |
class | wamp::Visitor< TResult > |
Convenience base class used to meet the result type requirements of a StaticVisitor. More... | |
Namespaces | |
wamp | |
Typedefs | |
Non-member Visitation Functions (in visitor.hpp) | |
template<typename TVisitor > | |
using | wamp::ResultTypeOf = typename std::remove_reference< TVisitor >::type::Result |
Metafunction used to obtain the return type of a static visitor. | |
Non-member Visitation Functions (in visitor.hpp) | |
template<typename TVisitor > | |
using | wamp::ResultTypeOf = typename std::remove_reference< TVisitor >::type::Result |
Metafunction used to obtain the return type of a static visitor. | |
Contains facilities for applying static visitors to Variant objects .
class wamp::Visitor |
Convenience base class used to meet the result type requirements of a StaticVisitor.
Class Members | ||
---|---|---|
typedef TResult | Result | The return type for all of the visitor's dispatch functions. |