Searched refs:decay_array (Results 1 – 4 of 4) sorted by relevance
61 : detail::decay_array<I>65 typename detail::decay_array<I>::type108 : detail::decay_array<OutorI1>114 : detail::decay_array<ForOut>162 : detail::decay_array<O>166 typename detail::decay_array<O>::type 180 : detail::decay_array<O>184 typename detail::decay_array<O>::type310 : detail::decay_array<O>314 typename detail::decay_array<O>::type[all …]
462 , typename detail::decay_array<I>::type
17 struct decay_array struct23 struct decay_array<T[N]> struct29 struct decay_array<T (&)[N]> struct
1035 template<class T> struct decay_array { typedef T type; };1036 template<class T, unsigned N> struct decay_array<T[N]> { typedef T* type; };1037 template<class T> struct decay_array<T[]> { typedef T* type; };1043 template<class T> struct can_use_op : public not_char_pointer<typename decay_array<T>::type> {};