#include <meta_utils.hpp>
Public Types | |
typedef remove_reference< T >::type | t_unreferenced |
typedef add_const< t_unreferenced >::type | t_unreferenced_const |
typedef add_lvalue_reference< t_unreferenced_const >::type | type |
Definition at line 131 of file meta_utils.hpp.
typedef remove_reference<T>::type boost::move_detail::add_const_lvalue_reference< T >::t_unreferenced |
Definition at line 133 of file meta_utils.hpp.
typedef add_const<t_unreferenced>::type boost::move_detail::add_const_lvalue_reference< T >::t_unreferenced_const |
Definition at line 134 of file meta_utils.hpp.
typedef add_lvalue_reference<t_unreferenced_const>::type boost::move_detail::add_const_lvalue_reference< T >::type |
Definition at line 136 of file meta_utils.hpp.