Typedef indicesfor_t¶
typedef indicesfor_t meta¶
using indicesfor_t = cvalseq_t<size_t, sizeof...(List), 0> Returns a sequence of indices
[0, 1, ..., sizeof...(List)-1] for the given type list
Fully qualified name: kfr::indicesfor_t
Declared at meta.hpp:710
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.