Skip to content

Class expression_fixshape

class expression_fixshape<Arg, Shape> base

template <typename Arg, typename Shape>
struct expression_fixshape : public expression_with_arguments<Arg> { … }

Expression that overrides the shape of another expression with a compile-time shape.

Template parameters
Arg wrapped expression type
Shape compile-time shape descriptor (typically fixed_shape_t )

typedef ArgTraits

using ArgTraits = typename expression_with_arguments<Arg>::first_arg_traits

Fully qualified name: kfr::expression_fixshape<Arg, Shape>::ArgTraits

constructor expression_fixshape<Arg, Shape>(Arg &&)

Fully qualified name: kfr::expression_fixshape<Arg, Shape>::expression_fixshape<Arg, Shape>(Arg &&)

Fully qualified name: kfr::expression_fixshape<Arg, Shape>

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