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