Skip to content

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.

Template parameters
Arg input expression type
ShapeValues dimension values of the fixed shape
Parameters
arg input expression
Returns
an expression_fixshape

Fully qualified name: kfr::fixshape(Arg &&, const fixed_shape_t<ShapeValues...> &)

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