1 #ifndef SYMBOLIC_SHAPE_EXPR_HPP 2 #define SYMBOLIC_SHAPE_EXPR_HPP 8 template <
typename Expr>
11 struct symbolic_shape_expr_type;
13 template <
typename Expr>
17 typename Expr::result_type::shape_type,
24 template <
typename Expr>
31 #endif // SYMBOLIC_SHAPE_EXPR_HPP
Definition: adapter_base.hpp:12
Definition: expression.hpp:18
Definition: forward.hpp:25
symbolic_shape_expr< Expr > sym_shape(Expr const &expr)
Definition: symbolic_shape_expr.hpp:25
Definition: symbolic_shape_expr.hpp:9