class fixed_shape_t<Values> expressions¶ template <index_t... Values> struct fixed_shape_t { … } constructor fixed_shape_t<Values...>() ¶ constexpr fixed_shape_t() = default Defined at base/basic_expressions.hpp:470 function get() ¶ constexpr static shape<sizeof...(Values)> get() { … } Defined at base/basic_expressions.hpp:471 Defined at base/basic_expressions.hpp:468