Searched refs:__libcpp_is_unbounded_array (Results 1 – 3 of 3) sorted by relevance
21 template <class> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array : false_type {}; struct22 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array<_Tp[]> : true_type {};
386 static_assert(!__libcpp_is_unbounded_array<_ValueType>::value, in __allocator_destroy_multidimensional()
1124 static_assert(__libcpp_is_unbounded_array<_Array>::value);