Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::detail::value_type< T > Struct Template Reference

#include <env.hpp>

Public Types

typedef remove_const< T >::type value
 
typedef add_reference< T >::type reference
 
typedef mpl::if_c
< is_noncopyable< T >::value,
reference, value >::type 
type
 

Member Typedef Documentation

template<typename T >
typedef add_reference<T>::type boost::proto::detail::value_type< T >::reference
template<typename T >
typedef mpl::if_c<is_noncopyable<T>::value, reference, value>::type boost::proto::detail::value_type< T >::type
template<typename T >
typedef remove_const<T>::type boost::proto::detail::value_type< T >::value

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