Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/proto/transform/pass_through.hpp>

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, typename Domain = proto::deduce_domain> 
      struct pass_through;
  }
}

PrevUpHomeNext