8 template<concepts::ForwardIterator It, concepts::SentinelFor<It> Sent, concepts::ForwardIterator Jt,
9 concepts::SentinelFor<Jt> Jent,
typename Pred = function::Equal,
typename Proj = function::Identity,
10 typename Jroj = function::Identity>
12 constexpr auto operator()(It it, Sent ed, Jt jt, Jent fd, Pred pred = {}, Proj
proj = {}, Jroj jroj = {})
const
18 template<concepts::InputContainer Con, concepts::InputContainer Jon,
typename Pred = function::Equal,
19 typename Proj = function::Identity,
typename Jroj = function::Identity>
22 constexpr auto operator()(Con&& con, Jon&& jon, Pred pred = {}, Proj
proj = {}, Jroj jroj = {})
const ->
bool {