Searched defs:is_unbounded_array (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_unbounded_array.h29 struct _LIBCPP_TEMPLATE_VIS is_unbounded_array : false_type {}; struct in inherits:false_type
31 struct _LIBCPP_TEMPLATE_VIS is_unbounded_array<_Tp[]> : true_type {}; struct in inherits:true_type

Completed in 62 milliseconds