type

type typedef

Tuple to hold arguments of specified method.

using System::MethodArgumentTuple< R(C::*)(Args...)>::type =  std::tuple<typename std::remove_const<typename std::remove_reference<Args>::type>::type...>

See Also