Home
last modified time | relevance | path

Searched defs:sp_array_access (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.hpp176 template< class T > struct sp_array_access struct
178 typedef void type;
183 template< class T > struct sp_array_access< T[] > struct
185 typedef T & type;
190 template< class T, std::size_t N > struct sp_array_access< T[N] > struct
192 typedef T & type;