12 template<
typename T,
T...>
27 template<
typename NTList>
30 template<
typename T,
T...
Els>
32 static constexpr size_t value =
sizeof...(Els);
35 template<
typename NTList>
40 template<
typename NTList,
size_t Index>
45 static constexpr T value =
Head;
50 static_assert(
Index <
sizeof...(Tails)+1,
"index out of range");
Definition custom_decoration_generator.h:5
constexpr size_t NonTypelistSizeV
Definition non_typelist.h:36
constexpr U to(T &&value)
Definition conversion.h:56
Definition non_typelist.h:41
Definition non_typelist.h:28
Definition non_typelist.h:13