Skip to content

Variable cintseq

variable cintseq meta

template <size_t size, int start = 0, ptrdiff_t step = 1>
constexpr inline cvalseq_t<int, size, start, step> cintseq{}

Constant instance of an int sequence with

size elements starting at start with step step

Fully qualified name: kfr::cintseq

Declared at meta.hpp:1900

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.