Home
last modified time | relevance | path

Searched defs:is_void (Results 1 – 3 of 3) 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_void.hpp17 struct is_void : public false_type {}; struct
19 template<> struct is_void<void> : public true_type {}; struct
20 template<> struct is_void<const void> : public true_type{}; struct
21 template<> struct is_void<const volatile void> : public true_type{}; struct
22 template<> struct is_void<volatile void> : public true_type{}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dquat_traits.hpp27 is_void struct
29 static bool const value=false;
34 is_void<void> struct
36 static bool const value=true;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp504 struct is_void struct