Searched refs:__is_unbounded_array_v (Results 1 – 4 of 4) sorted by relevance
22 inline const bool __is_unbounded_array_v = false; variable24 inline const bool __is_unbounded_array_v<_Tp[]> = true; variable29 struct _LIBCPP_NO_SPECIALIZATIONS is_unbounded_array : bool_constant<__is_unbounded_array_v<_Tp>> {…32 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_unbounded_array_v = __is_unbounded_array_v<_Tp>;
380 static_assert(!__is_unbounded_array_v<_ValueType>, in __allocator_destroy_multidimensional()
762 template <class _Tp, enable_if_t<__is_unbounded_array_v<_Tp>, int> = 0>
855 static_assert(__is_unbounded_array_v<_Array>);