Home
last modified time | relevance | path

Searched defs:is_lvalue_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_lvalue_reference.hpp29 …template <class T> struct is_lvalue_reference : public integral_constant<bool, __is_reference(T)>{… 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.hpp201 struct is_lvalue_reference struct
203 static const bool value = false;
207 struct is_lvalue_reference<T&> struct
209 static const bool value = true;