#include <di/container/algorithm/find_first_of.h>
|
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 > |
|
◆ 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::FindFirstOfFunction::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::FindFirstOfFunction::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: