Skip to content

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.

Template parameters
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...>()

function get()

constexpr static shape<sizeof...(Values)> get() { … }

Fully qualified name: kfr::fixed_shape_t<Values>::get()

Fully qualified name: kfr::fixed_shape_t<Values>

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