Home
last modified time | relevance | path

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

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