Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template impl

boost::proto::_void::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.  (, , 
                    ) ;

    Does nothing.

    Throws:

    Will not throw.

PrevUpHomeNext