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

#include <add_rvalue_reference.hpp>

Public Types

typedef
boost::type_traits_detail::add_rvalue_reference_helper
< T,(is_void< T >::value==false
&&is_reference< T >::value==false) >
::type 
type
 

Member Typedef Documentation

template<typename T >
typedef boost::type_traits_detail::add_rvalue_reference_helper<T, (is_void<T>::value == false && is_reference<T>::value == false) >::type boost::type_traits_detail::add_rvalue_reference_imp< T >::type

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