Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::functional::has_env_var< Key >::impl< Env, IsEnv > Struct Template Reference

#include <env.hpp>

Public Types

typedef mpl::not_< is_same
< typename remove_reference
< Env >::type::template lookup
< Key >::type, key_not_found > > 
result_type
 

Public Member Functions

result_type operator() (detail::arg< Env >) const
 

Member Typedef Documentation

template<typename Key >
template<typename Env , bool IsEnv = is_env<Env>::value>
typedef mpl::not_< is_same< typename remove_reference<Env>::type::template lookup<Key>::type , key_not_found > > boost::proto::functional::has_env_var< Key >::impl< Env, IsEnv >::result_type

Member Function Documentation

template<typename Key >
template<typename Env , bool IsEnv = is_env<Env>::value>
result_type boost::proto::functional::has_env_var< Key >::impl< Env, IsEnv >::operator() ( detail::arg< Env >  ) const
inline

The documentation for this struct was generated from the following file: