Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template _env_var

boost::proto::_env_var — A primitive transform that returns the value associated with a particular Key in the current transform environment.

Synopsis

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

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

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

Description

See proto::_env_var::impl for the full details.


PrevUpHomeNext