Function fixshape¶
function fixshape(Arg &&, const fixed_shape_t<ShapeValues...> &) base¶
template <expression_argument Arg, index_t... ShapeValues>
KFR_INTRINSIC expression_fixshape<Arg, fixed_shape_t<ShapeValues...>> fixshape(
Arg&& arg, const fixed_shape_t<ShapeValues...>&) Creates an expression that overrides the shape of arg with a compile-time shape.
| Arg | input expression type |
| ShapeValues | dimension values of the fixed shape |
| arg | input expression |
an expression_fixshape |
Fully qualified name: kfr::fixshape(Arg &&, const fixed_shape_t<ShapeValues...> &)
Declared at base/basic_expressions.hpp:691
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.