Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template impl

boost::proto::_env::impl

Synopsis

// In header: <boost/proto/transform/env.hpp>



struct impl :  proto::transform_impl<Expr, State, Data> {
  // types
  typedef  ;

  // public member functions
   (, 
                         , 
                         ) ;
};

Description

impl public member functions

  1.  (, , 
                            data) ;

    Returns the current transform environment passed in the data (third) parameter.

    Parameters:

    data

    The current transform environment

    Returns:

    data


PrevUpHomeNext