Searched refs:__is_std_array (Results 1 – 2 of 2) sorted by relevance
39 struct __is_std_array : false_type {}; struct42 struct __is_std_array<array<_Tp, _Size> > : true_type {};
213 !__is_std_array<remove_cvref_t<_Range>>::value && //