Searched refs:__is_bounded_array_v (Results 1 – 3 of 3) sorted by relevance
22 inline const bool __is_bounded_array_v = __is_bounded_array(_Tp); variable
768 template <class _Tp, class... _Args, enable_if_t<__is_bounded_array_v<_Tp>, int> = 0>
932 static_assert(__is_bounded_array_v<_Array>);