MIRA
Public Types | Public Member Functions | List of all members
MemberInvoker< MemFn, Class > Class Template Reference

#include <rpc/RPCInvoker.h>

Public Types

typedef MemFn::result_type ResultType
 

Public Member Functions

 MemberInvoker (const MemFn &func, Class *ptr)
 
 MemberInvoker (MemFn &&func, Class *ptr)
 
template<typename... ARGS>
ResultType operator() (ARGS &&... args) const
 

Member Typedef Documentation

◆ ResultType

typedef MemFn::result_type ResultType

Constructor & Destructor Documentation

◆ MemberInvoker() [1/2]

MemberInvoker ( const MemFn &  func,
Class ptr 
)
inline

◆ MemberInvoker() [2/2]

MemberInvoker ( MemFn &&  func,
Class ptr 
)
inline

Member Function Documentation

◆ operator()()

ResultType operator() ( ARGS &&...  args) const
inline

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