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.
| 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
Declared at base/basic_expressions.hpp:674
constructor expression_fixshape<Arg, Shape>(Arg &&) ¶
Fully qualified name: kfr::expression_fixshape<Arg, Shape>::expression_fixshape<Arg, Shape>(Arg &&)
Declared at base/basic_expressions.hpp:676
Fully qualified name: kfr::expression_fixshape<Arg, Shape>
Declared at base/basic_expressions.hpp:672
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.