Searched defs:sp_array_access (Results 1 – 1 of 1) sorted by relevance
176 template< class T > struct sp_array_access struct178 typedef void type;183 template< class T > struct sp_array_access< T[] > struct185 typedef T & type;190 template< class T, std::size_t N > struct sp_array_access< T[N] > struct192 typedef T & type;