Home
last modified time | relevance | path

Searched defs:is_rvalue_reference (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_rvalue_reference.hpp17 template <class T> struct is_rvalue_reference : public false_type {}; struct
19 template <class T> struct is_rvalue_reference<T&&> : public true_type {}; struct
/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.hpp499 struct is_rvalue_reference struct
500 { static const bool value = false; };
505 struct is_rvalue_reference< T&& > struct
506 { static const bool value = true; };
511 struct is_rvalue_reference< boost::rv<T>& > struct
512 { static const bool value = true; };
515 struct is_rvalue_reference< const boost::rv<T>& > struct
516 { static const bool value = true; };