A simple generator that passes an expression through unchanged and specifies a preference for proto::basic_expr<> over proto::expr<>.
More...
#include <generate.hpp>


Public Member Functions | |
| template<typename Expr > | |
| BOOST_FORCEINLINE | operator() (Expr const &e) const |
A simple generator that passes an expression through unchanged and specifies a preference for proto::basic_expr<> over proto::expr<>.
Generators are intended for use as the first template parameter to the domain<> class template and control if and how expressions within that domain are to be customized. The default_generator makes no modifications to the expressions passed to it.
|
inlineinherited |
| expr | A Proto expression |