Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template impl

boost::proto::_state::impl

Synopsis

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


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

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

Description

impl public member functions

  1.  (,  state, 
                     ) ;

    Returns the current state.

    Parameters:

    state

    The current state.

    Returns:

    state

    Throws:

    Will not throw.

PrevUpHomeNext