Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Ddifferent_from.h25 concept __different_from = !same_as<remove_cvref_t<_Tp>, remove_cvref_t<_Up>>; variable
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dref_view.h50 …requires __different_from<_Tp, ref_view> && convertible_to<_Tp, _Range&> && requires { __fun(std::…
H A Dsubrange.h107 template <__different_from<subrange> _Range>
114 template <__different_from<subrange> _Range>
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h343 requires(__different_from<_PairLike, pair> && in requires()
353 requires(__different_from<_PairLike, pair> && in requires()