|
template<typename... Args> |
void | handleField (Args &&... args) |
|
template<int I, typename... Args> |
auto | callRead (Args &&... args) -> std::enable_if_t<(I< sizeof...(Types))> |
|
template<int I, typename Results , typename... Params, typename... Values> |
auto | callRead (ClientInvokeContext &invoke_context, Results &results, TypeList< Params... >, Values &&... values) -> std::enable_if_t< I==sizeof...(Types)> |
|
| ReadResults (ClientParam *client_param) |
|
void | handleChain (Arg1 &&arg1, Arg2 &&arg2, ParamList, NextFn &&next_fn, NextFnArgs &&... next_fn_args) |
|
void | handleChain (Arg1 &&arg1, Arg2 &&arg2, ParamList) |
|
template<typename
Accessor, typename... Types>
struct mp::ClientParam< Accessor, Types >::ReadResults
Definition at line 397 of file proxy-types.h.