Home
last modified time | relevance | path

Searched defs:display_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/proto/
Ddebug.hpp190 struct display_expr struct
194 typedef void result_type;
201 explicit display_expr(std::ostream &sout = std::cout, int depth = 0) in display_expr() argument
209 void operator()(Expr const &expr) const in operator ()()
215 int depth_;
216 reference_wrapper<std::ostream> sout_;
228 void display_expr(Expr const &expr, std::ostream &sout) in display_expr() function
236 void display_expr(Expr const &expr) in display_expr() function
/third_party/boost/boost/phoenix/
Ddebug.hpp32 void display_expr(Expr const &expr, std::ostream &sout) in display_expr() function
40 void display_expr(Expr const &expr) in display_expr() function