A simple generator that passes an expression through unchanged. More...
#include <generate.hpp>

Classes | |
| struct | result | 
| struct | result< This(Expr)> | 
Public Member Functions | |
| template<typename Expr > | |
| BOOST_FORCEINLINE | operator() (Expr const &e) const | 
A simple generator that passes an expression through unchanged.
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. 
      
  | 
  inline | 
| expr | A Proto expression |