Searched defs:array_to_pointer (Results 1 – 1 of 1) sorted by relevance
347 struct array_to_pointer { struct348 typedef T type;352 struct array_to_pointer <const T[N]> { struct353 typedef const T* type;356 struct array_to_pointer <T[N]> { struct357 typedef T* type;361 struct array_to_pointer <const T (&) [N]> { struct362 typedef const T* type;365 struct array_to_pointer <T (&) [N]> { struct366 typedef T* type;