Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dshared_ptr.hpp170 template< class T > struct sp_array_access struct
172 typedef void type;
177 template< class T > struct sp_array_access< T[] > struct
179 typedef T & type;
184 template< class T, std::size_t N > struct sp_array_access< T[N] > struct
186 typedef T & type;