Searched refs:is_bounded_array_v (Results 1 – 7 of 7) sorted by relevance
30 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_bounded_array_v = __is_bounded_array(_Tp); variable
248 using std::is_bounded_array_v;
785 template <class _Tp, class... _Args, enable_if_t<is_bounded_array_v<_Tp>, int> = 0>
207 inline constexpr bool is_bounded_array_v
228 inline constexpr bool is_bounded_array_v
1650 SYMBOL(is_bounded_array_v, std::, <type_traits>)