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
- Template Parameters
-
INDEX | Index within the parameter pack. |