Skip to content

Variable cindex

variable cindex base

template <index_t val>
constexpr inline cindex_t<val> cindex{}

Variable template form of cindex_t .

constexpr auto a = cindex<3>;  // kfr::cindex_t<3>{}
Template parameters
val The value of the constant.

Fully qualified name: kfr::cindex

Declared at base/shape.hpp:79

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