Home
last modified time | relevance | path

Searched refs:__is_std_array (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Darray.h39 struct __is_std_array : false_type {}; struct
42 struct __is_std_array<array<_Tp, _Size> > : true_type {};
/freebsd/contrib/llvm-project/libcxx/include/
H A Dspan213 !__is_std_array<remove_cvref_t<_Range>>::value && //