Searched refs:__pair_like (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__tuple/
H A Dpair_like.h26 concept __pair_like = __tuple_like<_Tp> && tuple_size<remove_cvref_t<_Tp>>::value == 2; variable
/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h133 __pair_like _PairLike,
166 (!__pair_like<_Up> && !__convertible_to_const_pair_ref<_Up>));
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h262 if constexpr (__pair_like<_PairLike>) {
269 template <__pair_like _PairLike>
365 template <__pair_like _PairLike>
375 template <__pair_like _PairLike>
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h68 !range<_Pair> && __pair_like<_Pair> && constructible_from<_Pair, _Iter, _Sent> &&

Completed in 74 milliseconds