11 #ifndef TLX_META_STATIC_INDEX_HEADER 12 #define TLX_META_STATIC_INDEX_HEADER 23 template <
size_t Index>
26 static constexpr
size_t index = Index;
29 operator size_t ()
const {
return index; }
36 #endif // !TLX_META_STATIC_INDEX_HEADER
Helper for call_foreach_with_index() to save the index as a compile-time index.
static constexpr size_t index
compile-time index