Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template impl

boost::proto::terminal::impl

Synopsis

// In header: <boost/proto/traits.hpp>


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

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

Description

impl public member functions

  1.  ( expr, , 
                    ) ;

    Parameters:

    expr

    The current expression

    Requires:

    proto::matches<Expr, proto::terminal<T> >::value is true.

    Returns:

    expr

    Throws:

    Will not throw.

PrevUpHomeNext