![]() |
Home | Libraries | People | FAQ | More |
boost::proto::functional::display_expr — Pretty-print a Proto expression tree.
// In header: <boost/proto/debug.hpp> struct display_expr { // types typedef ; // construct/copy/destruct ( = , = ); // public member functions template<typename Expr> () ; };
A PolymorphicFunctionObject which accepts a Proto expression tree and pretty-prints it to an ostream
for debugging purposes.