7 struct ContainsSubrangeFunction {
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>
11 requires(concepts::IndirectlyComparable<It, Jt, Pred, Proj, Jroj>)
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 {
constexpr auto contains_subrange
Definition contains_subrange.h:29
constexpr auto search
Definition search.h:36
constexpr auto end
Definition end.h:55
constexpr auto begin
Definition begin.h:52
constexpr auto ref
Definition reference_wrapper.h:98
Definition any_storable.h:9
constexpr auto proj
Definition proj.h:59