11 struct FindIfNotFunction {
12 template<concepts::InputIterator Iter, concepts::SentinelFor<Iter> Sent,
typename Proj = function::Identity,
13 concepts::IndirectUnaryPredicate<meta::Projected<Iter, Proj>> Pred>
14 constexpr auto operator()(Iter first, Sent last, Pred pred, Proj projection = {})
const -> Iter {
23 template<concepts::InputContainer Con,
typename Proj = function::Identity,
24 concepts::IndirectUnaryPredicate<meta::Projected<meta::ContainerIterator<Con>, Proj>> Pred>
31constexpr inline auto find_if_not = detail::FindIfNotFunction {};
constexpr auto last(concepts::detail::ConstantVector auto &vector, size_t count)
Definition vector_last.h:13
constexpr auto first(concepts::detail::ConstantVector auto &vector, size_t count)
Definition vector_first.h:13
constexpr auto find_if_not
Definition find_if_not.h:31
constexpr auto end
Definition end.h:55
constexpr auto begin
Definition begin.h:52
constexpr auto invoke
Definition invoke.h:100
constexpr auto ref
Definition reference_wrapper.h:98
Definition any_storable.h:9
constexpr auto proj
Definition proj.h:59