template<typename... T>
template<Int INDEX>
struct maxon::ParameterPack< T >::At< INDEX >
At indexes into the parameter pack and contains the type at the given index in its member type alias of name type.
ParameterPack<Int, Float, String, String>::At<2>
::type ==
String
Definition: c4d_string.h:39
PyObject ** type
Definition: pycore_pyerrors.h:34
- Template Parameters
-
INDEX | Index within the parameter pack. |