Home
last modified time | relevance | path

Searched refs:__pair_like_no_subrange (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__tuple/
H A Dtuple_like_no_subrange.h55 concept __pair_like_no_subrange = __tuple_like_no_subrange<_Tp> && tuple_size<remove_cvref_t<_Tp>>:… variable
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h131 template <class _Pair, class _Alloc, __pair_like_no_subrange _PairLike, __enable_if_t<__is_cv_std_p…
160 __is_cv_std_pair<_Tp> && !__pair_like_no_subrange<_Up> && !__convertible_to_const_pair_ref<_Up>;
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h236 if constexpr (__pair_like_no_subrange<_PairLike>) { in __pair_like_explicit_wknd()
243 template <__pair_like_no_subrange _PairLike>
342 template <__pair_like_no_subrange _PairLike>
352 template <__pair_like_no_subrange _PairLike>
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h67 !range<_Pair> && __pair_like_no_subrange<_Pair> && constructible_from<_Pair, _Iter, _Sent> &&