Turi Create  4.0
cppipc::detail::execute_disect< T, Memfn, ArgumentTuple, Args > Struct Template Reference

#include <core/system/cppipc/server/dispatch_impl.hpp>

Detailed Description

template<typename T, typename Memfn, typename ArgumentTuple, typename... Args>
struct cppipc::detail::execute_disect< T, Memfn, ArgumentTuple, Args >

:

Recursively extracts one argument at a time from the left, and calling execute_disect again with one less element in the tuple. When the tuple is empty the second overload is called.

Definition at line 74 of file dispatch_impl.hpp.


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