Skip to content

Variable cintrange

variable cintrange meta

template <int begin, int end>
constexpr inline cvalseq_t<int, end - begin, begin> cintrange{}

Constant instance of the int range

[begin, end)

Fully qualified name: kfr::cintrange

Declared at meta.hpp:1799

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