Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dshared_ptr.hpp102 template< class T > struct sp_dereference struct
104 typedef T & type;
107 template<> struct sp_dereference< void > struct
109 typedef void type;
114 template<> struct sp_dereference< void const > struct
116 typedef void type;
119 template<> struct sp_dereference< void volatile > struct
121 typedef void type;
124 template<> struct sp_dereference< void const volatile > struct
126 typedef void type;
[all …]