7 struct StartsWithFunction {
8 template<concepts::InputIterator It, concepts::SentinelFor<It> Sent, concepts::InputIterator 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
19 template<concepts::InputContainer Con, concepts::InputContainer Jon,
typename Pred = function::Equal,
20 typename Proj = function::Identity,
typename Jroj = function::Identity>
23 constexpr auto operator()(Con&& con, Jon&& jon, Pred pred = {}, Proj
proj = {}, Jroj jroj = {})
const ->
bool {
30constexpr inline auto starts_with = detail::StartsWithFunction {};
constexpr auto starts_with
Definition starts_with.h:30
constexpr auto mismatch
Definition mismatch.h:40
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