Derecho  0.9
Distributed systems toolkit for RDMA
Public Types | Public Attributes | List of all members
derecho::rpc::const_partial_wrapped< Tag, Ret, Class, Arguments > Struct Template Reference

Exactly the same as the partial_wrapped template, but for pointer-to-member-functions that are const. More...

#include <remote_invocable.hpp>

Collaboration diagram for derecho::rpc::const_partial_wrapped< Tag, Ret, Class, Arguments >:
Collaboration graph
[legend]

Public Types

using fun_t = Ret(Class::*)(Arguments...) const
 

Public Attributes

fun_t fun
 

Detailed Description

template<FunctionTag Tag, typename Ret, typename Class, typename... Arguments>
struct derecho::rpc::const_partial_wrapped< Tag, Ret, Class, Arguments >

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.

Member Typedef Documentation

◆ fun_t

template<FunctionTag Tag, typename Ret, typename Class, typename... Arguments>
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.

Member Data Documentation

◆ fun

template<FunctionTag Tag, typename Ret, typename Class, typename... Arguments>
fun_t derecho::rpc::const_partial_wrapped< Tag, Ret, Class, Arguments >::fun

Definition at line 405 of file remote_invocable.hpp.


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