Class fixed_shape_t¶
class fixed_shape_t<Values> base¶
template <index_t... Values>
struct fixed_shape_t { … } Type-level storage for a fixed shape built from a list of constants.
| Values | the dimensions of the fixed shape |
constructor fixed_shape_t<Values...>() ¶
constexpr fixed_shape_t() = default Fully qualified name: kfr::fixed_shape_t<Values>::fixed_shape_t<Values...>()
Declared at base/basic_expressions.hpp:650
function get() ¶
constexpr static shape<sizeof...(Values)> get() { … } Fully qualified name: kfr::fixed_shape_t<Values>::get()
Declared at base/basic_expressions.hpp:651
Fully qualified name: kfr::fixed_shape_t<Values>
Declared at base/basic_expressions.hpp:648
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.