Function cfor¶
function cfor(cval_t<T, start>, cval_t<T, stop>, BodyFn &&) meta¶
template <typename T, T start, T stop, typename BodyFn>
KFR_INTRINSIC constexpr decltype(auto) cfor(cval_t<T, start>, cval_t<T, stop>, BodyFn&& bodyfn) { … }
| T | index value type |
| start | first index (inclusive) |
| stop | past-the-last index (exclusive) |
Fully qualified name: kfr::cfor(cval_t<T, start>, cval_t<T, stop>, BodyFn &&)
Declared at meta.hpp:1351
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.