Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct _value

boost::proto::_value — A PrimitiveTransform that returns the value of the current terminal expression.

Synopsis

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


struct _value :  proto::transform<  {
  // member classes/structs/unions
  template<typename Expr, typename State, typename Data> 
  struct impl :  proto::transform_impl<  {
    // types
    typedef proto::result_of::value<  ;

    // public member functions
    proto::result_of::value<  
    (, , 
               ) ;
  };
};

Description

Example:

proto::terminal<


PrevUpHomeNext