|
fennec
|
This header is part of the metaprogramming library. It defines structures for sequences of types, used during compile time.
| Syntax | Description | ||
|---|---|---|---|
typename first_element<ValueT, Values...>::type first_element_t<ValueT, Values...> |
Get the first element of a template parameter pack.
| ||
typename replace_first_element<ClassT, SubT, OriginT, RestT...>::type |
Take a Template with a Pack | ||
is_unique<TypesT...>::value is_unique_v<TypesT...> |
Checks if all types in a type sequence are unique.
|