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

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_unbounded_array.h26 template <class> struct _LIBCPP_TEMPLATE_VIS is_unbounded_array : false_type {}; struct in inherits:false_type
27 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_unbounded_array<_Tp[]> : true_type {}; struct in inherits:true_type

Completed in 125 milliseconds