|
GTPin
|
< Range of uintptr_t values More...
#include <gt_basic_defs.h>
< Range of uintptr_t values
Class that provides compile-time indexed access to the types of elements in a variadic template
| IDX | Ordinal number of the element in a variadic template |
| ARGS | Parameter pack of a variadic template |
Example: template <uint32_t IDX, class... ARGS> using MyElementType = typename VariadicElement<IDX, ARGS...>::type;
Copyright (C) 2013-2025 Intel Corporation
SPDX-License-Identifier: MIT
1.7.4