MethodArgumentTuple< R(C::*)(Args...) const >

MethodArgumentTuple< R(C::*)(Args…) const > struct

Defines tuple to store method arguments.

template<typename R,typename C,typename...>class MethodArgumentTuple< R(C::*)(Args...) const >

Template parameters

ParameterDescription
RMethod return value.
CType that declares method.
ArgsArguments type.

Typedefs

TypedefDescription
typeTuple to hold arguments of specified method.

See Also