Searched defs:sp_array_access (Results 1 – 1 of 1) sorted by relevance
170 template< class T > struct sp_array_access struct172 typedef void type;177 template< class T > struct sp_array_access< T[] > struct179 typedef T & type;184 template< class T, std::size_t N > struct sp_array_access< T[N] > struct186 typedef T & type;