#include <di/container/algorithm/is_partitioned.h>
|
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, typename Proj = function::Identity, concepts::IndirectUnaryPredicate< meta::Projected< It, Proj > > Pred> |
constexpr auto | operator() (It first, Sent last, Pred pred, Proj proj={}) const -> bool |
|
template<concepts::InputContainer Con, typename Proj = function::Identity, concepts::IndirectUnaryPredicate< meta::Projected< meta::ContainerIterator< Con >, Proj > > Pred> |
constexpr auto | operator() (Con &&container, Pred pred, Proj proj={}) const -> bool |
|
◆ operator()() [1/2]
auto di::container::detail::IsPartitionedFunction::operator() |
( |
Con && | container, |
|
|
Pred | pred, |
|
|
Proj | proj = {} ) const -> bool |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, typename Proj = function::Identity, concepts::IndirectUnaryPredicate<
meta::Projected< It, Proj > > Pred>
auto di::container::detail::IsPartitionedFunction::operator() |
( |
It | first, |
|
|
Sent | last, |
|
|
Pred | pred, |
|
|
Proj | proj = {} ) const -> bool |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: