Searched refs:__libcpp_is_bounded_array (Results 1 – 2 of 2) sorted by relevance
23 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_bounded_array : false_type {}; struct25 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_bounded_array<_Tp[_Np]> : true_type {};
1039 static_assert(__libcpp_is_bounded_array<_Array>::value);