#include <di/container/algorithm/ends_with.h>
|
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::InputIterator Jt, concepts::SentinelFor< Jt > Jent, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity>
requires ((concepts::ForwardIterator<It> || concepts::SizedSentinelFor<Sent, It>) && (concepts::ForwardIterator<Jt> || concepts::SizedSentinelFor<Jent, Jt>) && concepts::IndirectlyComparable<It, Jt, Pred, Proj, Jroj>) |
constexpr auto | operator() (It it, Sent ed, Jt jt, Jent fd, Pred pred={}, Proj proj={}, Jroj jroj={}) const -> bool |
|
template<concepts::InputContainer Con, concepts::InputContainer Don, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity>
requires ((concepts::ForwardContainer<Con> || concepts::SizedContainer<Con>) && (concepts::ForwardContainer<Don> || concepts::SizedContainer<Don>) && concepts::IndirectlyComparable<meta::ContainerIterator<Con>, meta::ContainerIterator<Don>, Pred, Proj, Jroj>) |
constexpr auto | operator() (Con &&a, Don &&b, Pred pred={}, Proj proj={}, Jroj jroj={}) const -> bool |
|
◆ operator()() [1/2]
template<concepts::InputContainer Con, concepts::InputContainer Don, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity>
requires ((concepts::ForwardContainer<Con> || concepts::SizedContainer<Con>) && (concepts::ForwardContainer<Don> || concepts::SizedContainer<Don>) && concepts::IndirectlyComparable<
meta::ContainerIterator<Con>,
meta::ContainerIterator<Don>, Pred, Proj, Jroj>)
auto di::container::detail::EndsWithFunction::operator() |
( |
Con && | a, |
|
|
Don && | b, |
|
|
Pred | pred = {}, |
|
|
Proj | proj = {}, |
|
|
Jroj | jroj = {} ) const -> bool |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::InputIterator Jt, concepts::SentinelFor< Jt > Jent, typename Pred = function::Equal, typename Proj = function::Identity, typename Jroj = function::Identity>
requires ((concepts::ForwardIterator<It> || concepts::SizedSentinelFor<Sent, It>) && (concepts::ForwardIterator<Jt> || concepts::SizedSentinelFor<Jent, Jt>) && concepts::IndirectlyComparable<It, Jt, Pred, Proj, Jroj>)
auto di::container::detail::EndsWithFunction::operator() |
( |
It | it, |
|
|
Sent | ed, |
|
|
Jt | jt, |
|
|
Jent | fd, |
|
|
Pred | pred = {}, |
|
|
Proj | proj = {}, |
|
|
Jroj | jroj = {} ) const -> bool |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: