Variable cfor_v¶
variable cfor_v meta¶
template <size_t stop, size_t start, bool conditional = false>
constexpr inline cfor_t<stop, start, conditional> cfor_v{} Constant instance of cfor_t<stop, start, conditional> used as the left-hand side of KFR_FOR / KFR_FORC .
Fully qualified name: kfr::cfor_v
Declared at meta.hpp:1865
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.