Searched refs:is_unbounded_array_v (Results 1 – 7 of 7) sorted by relevance
32 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_unbounded_array_v = __is_unbounded_array_v<_Tp>; variable
290 using std::is_unbounded_array_v;
780 template <class _Tp, enable_if_t<is_unbounded_array_v<_Tp>, int> = 0>
209 inline constexpr bool is_unbounded_array_v
230 inline constexpr bool is_unbounded_array_v
1804 SYMBOL(is_unbounded_array_v, std::, <type_traits>)