Class ExprRange¶
Defined in File expr_range.hpp
Nested Relationships¶
Nested Types¶
Inheritance Relationships¶
Base Type¶
public ranges::view_facade< ExprRange >
Class Documentation¶
-
class ExprRange : public ranges::view_facade<ExprRange>¶
a view of the leaves/atoms of an Expr tree
See also
Note
this is just like view::join, except fully recursive and its iterator provides not only elements but also their indices as well as the host ranges.
Note
to traverse all nodes, not just the leaves, use Expr::visit