#include <di/container/algorithm/includes.h>
|
template<concepts::InputIterator It1, concepts::SentinelFor< It1 > Sent1, concepts::InputIterator It2, concepts::SentinelFor< It2 > Sent2, typename Proj1 = function::Identity, typename Proj2 = function::Identity, concepts::IndirectStrictWeakOrder< meta::Projected< It1, Proj1 >, meta::Projected< It2, Proj2 > > Comp = function::Compare> |
constexpr auto | operator() (It1 first1, Sent1 last1, It2 first2, Sent2 last2, Comp comp={}, Proj1 proj1={}, Proj2 proj2={}) const -> bool |
|
template<concepts::InputContainer Con1, concepts::InputContainer Con2, typename Proj1 = function::Identity, typename Proj2 = function::Identity, concepts::IndirectStrictWeakOrder< meta::Projected< meta::ContainerIterator< Con1 >, Proj1 >, meta::Projected< meta::ContainerIterator< Con2 >, Proj2 > > Comp = function::Compare> |
constexpr auto | operator() (Con1 &&container1, Con2 &&container2, Comp comp={}, Proj1 proj1={}, Proj2 proj2={}) const -> bool |
|
◆ operator()() [1/2]
auto di::container::detail::IncludesFunction::operator() |
( |
Con1 && | container1, |
|
|
Con2 && | container2, |
|
|
Comp | comp = {}, |
|
|
Proj1 | proj1 = {}, |
|
|
Proj2 | proj2 = {} ) const -> bool |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::InputIterator It1, concepts::SentinelFor< It1 > Sent1, concepts::InputIterator It2, concepts::SentinelFor< It2 > Sent2, typename Proj1 = function::Identity, typename Proj2 = function::Identity, concepts::IndirectStrictWeakOrder<
meta::Projected< It1, Proj1 >,
meta::Projected< It2, Proj2 > > Comp = function::Compare>
auto di::container::detail::IncludesFunction::operator() |
( |
It1 | first1, |
|
|
Sent1 | last1, |
|
|
It2 | first2, |
|
|
Sent2 | last2, |
|
|
Comp | comp = {}, |
|
|
Proj1 | proj1 = {}, |
|
|
Proj2 | proj2 = {} ) const -> bool |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: