Iros
 
Loading...
Searching...
No Matches
di::container::detail::FindFirstNotOfFunction Struct Reference

#include <di/container/algorithm/find_first_not_of.h>

Public Member Functions

template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::ForwardIterator Jt, concepts::SentinelFor< Jt > Jent, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity>
requires (concepts::IndirectlyComparable<It, Jt, Pred, Proj, Jroj>)
constexpr auto operator() (It it, Sent sent, Jt jt, Jent jent, Pred pred={}, Proj proj={}, Jroj jroj={}) const -> It
 
template<concepts::InputContainer Con, concepts::ForwardContainer Needles, typename Pred = function::Equal, typename Proj1 = function::Identity, typename Proj2 = function::Identity>
requires (concepts::IndirectlyComparable<meta::ContainerIterator<Con>, meta::ContainerIterator<Needles>, Pred, Proj1, Proj2>)
constexpr auto operator() (Con &&container, Needles &&needles, Pred pred={}, Proj1 proj1={}, Proj2 proj2={}) const -> meta::BorrowedIterator< Con >
 

Member Function Documentation

◆ operator()() [1/2]

template<concepts::InputContainer Con, concepts::ForwardContainer Needles, typename Pred = function::Equal, typename Proj1 = function::Identity, typename Proj2 = function::Identity>
requires (concepts::IndirectlyComparable<meta::ContainerIterator<Con>, meta::ContainerIterator<Needles>, Pred, Proj1, Proj2>)
auto di::container::detail::FindFirstNotOfFunction::operator() ( Con && container,
Needles && needles,
Pred pred = {},
Proj1 proj1 = {},
Proj2 proj2 = {} ) const -> meta::BorrowedIterator<Con>
inlineconstexpr

◆ operator()() [2/2]

template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::ForwardIterator Jt, concepts::SentinelFor< Jt > Jent, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity>
requires (concepts::IndirectlyComparable<It, Jt, Pred, Proj, Jroj>)
auto di::container::detail::FindFirstNotOfFunction::operator() ( It it,
Sent sent,
Jt jt,
Jent jent,
Pred pred = {},
Proj proj = {},
Jroj jroj = {} ) const -> It
inlineconstexpr

The documentation for this struct was generated from the following file: