![]() |
Home | Libraries | People | FAQ | More |
Definition of the proto::pass_through<> transform, which is the default transform of all of the expression generator metafunctions such as proto::unary_plus<>, proto::plus<> and proto::nary_expr<>.
namespace boost { namespace proto { template<typename Grammar> struct pass_through; } }