cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
msgpack_rpc::methods::FunctionalMethod< Signature, Function, typename > Class Template Reference

Class of methods implemented by function objects. More...

Inheritance diagram for msgpack_rpc::methods::FunctionalMethod< Signature, Function, typename >:
Collaboration diagram for msgpack_rpc::methods::FunctionalMethod< Signature, Function, typename >:

Detailed Description

template<typename Signature, typename Function, typename = void>
class msgpack_rpc::methods::FunctionalMethod< Signature, Function, typename >

Class of methods implemented by function objects.

Template Parameters
SignatureSignature of the method.
FunctionType of the function implementing the method.

Definition at line 50 of file functional_method.h.


The documentation for this class was generated from the following file: