Home
last modified time | relevance | path

Searched refs:remove_rvalue_reference (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils.hpp553 template< class T > struct remove_rvalue_reference { typedef T type; }; struct
556 template< class T > struct remove_rvalue_reference< T&& > { typedef T type; }; struct
558 template< class T > struct remove_rvalue_reference< rv<T> > { typedef T type; }; argument
559 template< class T > struct remove_rvalue_reference< const rv<T> > { typedef T type; }; struct
560 template< class T > struct remove_rvalue_reference< volatile rv<T> > { typedef T type; }; argument
561 template< class T > struct remove_rvalue_reference< const volatile rv<T> > { typedef T type; }; argument
562 template< class T > struct remove_rvalue_reference< rv<T>& > { typedef T type; }; argument
563 template< class T > struct remove_rvalue_reference< const rv<T>& > { typedef T type; }; argument
564 template< class T > struct remove_rvalue_reference< volatile rv<T>& > { typedef T type; }; struct
565 template< class T > struct remove_rvalue_reference< const volatile rv<T>& >{ typedef T type; }; argument