Home
last modified time | relevance | path

Searched defs:add_pointer (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_pointer.hpp23 struct add_pointer struct
25 typedef T* type;
28 struct add_pointer<T&> struct
30 typedef T* type;
33 struct add_pointer<T&const> struct
35 typedef T* type;
38 struct add_pointer<T&volatile> struct
40 typedef T* type;
43 struct add_pointer<T&const volatile> struct
45 typedef T* 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.hpp145 struct add_pointer struct
147 typedef typename remove_reference<T>::type* type;