Home
last modified time | relevance | path

Searched defs:add_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 Dadd_rvalue_reference.hpp56 template <class T> struct add_rvalue_reference struct
58 typedef typename boost::type_traits_detail::add_rvalue_reference_imp<T>::type type;
/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.hpp523 struct add_rvalue_reference struct
524 { typedef T&& type; };
543 struct add_rvalue_reference struct
548 struct add_rvalue_reference<T &> struct
549 { typedef T & type; };