![]() |
Home | Libraries | People | FAQ | More |
boost::proto::unexpr — Lets you inherit the interface of an expression while hiding from Proto the fact that the type is a Proto expression.
template<typename Expr> struct unexpr { // construct/copy/destruct unexpr(Expr const &); };