Exactly the same as the partial_wrapped template, but for pointer-to-member-functions that are const. More...
#include <remote_invocable.hpp>
Public Types | |
using | fun_t = Ret(Class::*)(Arguments...) const |
Public Attributes | |
fun_t | fun |
Exactly the same as the partial_wrapped template, but for pointer-to-member-functions that are const.
Definition at line 403 of file remote_invocable.hpp.
using derecho::rpc::const_partial_wrapped< Tag, Ret, Class, Arguments >::fun_t = Ret (Class::*)(Arguments...) const |
Definition at line 404 of file remote_invocable.hpp.
fun_t derecho::rpc::const_partial_wrapped< Tag, Ret, Class, Arguments >::fun |
Definition at line 405 of file remote_invocable.hpp.