Searched defs:is_unbounded_array (Results 1 – 2 of 2) sorted by relevance
18 struct is_unbounded_array struct23 struct is_unbounded_array<T[]> struct27 struct is_unbounded_array<const T[]> struct31 struct is_unbounded_array<volatile T[]> struct35 struct is_unbounded_array<const volatile T[]> struct
29 struct _LIBCPP_TEMPLATE_VIS is_unbounded_array : false_type {}; struct