static_assert(is_valid_call<P, R, Args...>::value, "RSM method invoked with incorrect argument types");
return call_m(proc.id, r, marshall(a1...));
}
static_assert(is_valid_call<P, R, Args...>::value, "RSM method invoked with incorrect argument types");
return call_m(proc.id, r, marshall(a1...));
}