Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template impl

boost::proto::_value::impl

Synopsis

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


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

impl public member functions

  1. proto::result_of::value<  
    ( expr, , 
               ) ;

    Returns the value of the specified terminal expression.

    Parameters:

    expr

    The current expression.

    Requires:

    Expr::proto_arity::value == 0.

    Returns:

    proto::value(expr)

    Throws:

    Will not throw.

PrevUpHomeNext