Home
last modified time | relevance | path

Searched refs:__is_bounded_array_v (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_bounded_array.h22 inline const bool __is_bounded_array_v = __is_bounded_array(_Tp); variable
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dunique_ptr.h768 template <class _Tp, class... _Args, enable_if_t<__is_bounded_array_v<_Tp>, int> = 0>
H A Dshared_ptr.h932 static_assert(__is_bounded_array_v<_Array>);