Template that pairs a FunctionTag with a pointer-to-member-function. More...
#include <remote_invocable.hpp>
Public Types | |
using | fun_t = Ret(Class::*)(Arguments...) |
Public Attributes | |
fun_t | fun |
Template that pairs a FunctionTag with a pointer-to-member-function.
This is an intermediate stage in constructing a wrapped<>, since wrapped<> uses a standalone std::function and doesn't need to know the class the function came from.
Definition at line 393 of file remote_invocable.hpp.
using derecho::rpc::partial_wrapped< Tag, Ret, Class, Arguments >::fun_t = Ret (Class::*)(Arguments...) |
Definition at line 394 of file remote_invocable.hpp.
fun_t derecho::rpc::partial_wrapped< Tag, Ret, Class, Arguments >::fun |
Definition at line 395 of file remote_invocable.hpp.