Iros
 
Loading...
Searching...
No Matches
di::container::detail::PartitionPointFunction Struct Reference

#include <di/container/algorithm/partition_point.h>

Public Member Functions

template<concepts::ForwardIterator 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 -> It
 
template<concepts::ForwardContainer Con, typename Proj = function::Identity, concepts::IndirectUnaryPredicate< meta::Projected< meta::ContainerIterator< Con >, Proj > > Pred>
constexpr auto operator() (Con &&container, Pred pred, Proj proj={}) const -> meta::BorrowedIterator< Con >
 

Member Function Documentation

◆ operator()() [1/2]

template<concepts::ForwardContainer Con, typename Proj = function::Identity, concepts::IndirectUnaryPredicate< meta::Projected< meta::ContainerIterator< Con >, Proj > > Pred>
auto di::container::detail::PartitionPointFunction::operator() ( Con && container,
Pred pred,
Proj proj = {} ) const -> meta::BorrowedIterator<Con>
inlineconstexpr

◆ operator()() [2/2]

template<concepts::ForwardIterator It, concepts::SentinelFor< It > Sent, typename Proj = function::Identity, concepts::IndirectUnaryPredicate< meta::Projected< It, Proj > > Pred>
auto di::container::detail::PartitionPointFunction::operator() ( It first,
Sent last,
Pred pred,
Proj proj = {} ) const -> It
inlineconstexpr

The documentation for this struct was generated from the following file: