ParameterPack< T >::At< INDEX > Struct Template Reference
#include <apibase.h>
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 == StringINDEX | Index within the parameter pack. |