Searched defs:is_bounded_array (Results 1 – 2 of 2) sorted by relevance
19 struct is_bounded_array struct24 struct is_bounded_array<T[N]> struct28 struct is_bounded_array<const T[N]> struct32 struct is_bounded_array<volatile T[N]> struct36 struct is_bounded_array<const volatile T[N]> struct
30 struct _LIBCPP_TEMPLATE_VIS is_bounded_array : false_type {}; struct