#include <di/container/algorithm/compare.h>
|
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::InputIterator Jt, concepts::SentinelFor< Jt > Jent, typename Comp = function::Compare, typename Proj = function::Identity, typename Jroj = function::Identity>
requires (concepts::IndirectStrictPartialOrder<Comp, meta::Projected<It, Proj>, meta::Projected<Jt, Jroj>>) |
constexpr auto | operator() (It it, Sent ed, Jt jt, Jent fd, Comp comp={}, Proj proj={}, Jroj jroj={}) const |
|
template<concepts::InputContainer Con, concepts::InputContainer Jon, typename Comp = function::Compare, typename Proj = function::Identity, typename Jroj = function::Identity>
requires (concepts::IndirectStrictPartialOrder<Comp, meta::Projected<meta::ContainerIterator<Con>, Proj>, meta::Projected<meta::ContainerIterator<Jon>, Jroj>>) |
constexpr auto | operator() (Con &&con, Jon &&jon, Comp comp={}, Proj proj={}, Jroj jroj={}) const |
|
◆ operator()() [1/2]
auto di::container::detail::CompareFunction::operator() |
( |
Con && | con, |
|
|
Jon && | jon, |
|
|
Comp | comp = {}, |
|
|
Proj | proj = {}, |
|
|
Jroj | jroj = {} ) const |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::InputIterator Jt, concepts::SentinelFor< Jt > Jent, typename Comp = function::Compare, typename Proj = function::Identity, typename Jroj = function::Identity>
requires (concepts::IndirectStrictPartialOrder<Comp,
meta::Projected<It, Proj>,
meta::Projected<Jt, Jroj>>)
auto di::container::detail::CompareFunction::operator() |
( |
It | it, |
|
|
Sent | ed, |
|
|
Jt | jt, |
|
|
Jent | fd, |
|
|
Comp | comp = {}, |
|
|
Proj | proj = {}, |
|
|
Jroj | jroj = {} ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file:
- libs/di/include/di/container/algorithm/compare.h