#include <di/container/algorithm/is_sorted.h>
|
template<concepts::ForwardIterator Iter, concepts::SentinelFor< Iter > Sent, typename Proj = function::Identity, concepts::IndirectStrictWeakOrder< meta::Projected< Iter, Proj > > Comp = function::Compare> |
constexpr auto | operator() (Iter first, Sent last, Comp comp={}, Proj proj={}) const -> bool |
|
template<concepts::ForwardContainer Con, typename Proj = function::Identity, concepts::IndirectStrictWeakOrder< meta::Projected< meta::ContainerIterator< Con >, Proj > > Comp = function::Compare> |
constexpr auto | operator() (Con &&container, Comp comp={}, Proj proj={}) const -> bool |
|
◆ operator()() [1/2]
template<concepts::ForwardContainer Con, typename Proj = function::Identity, concepts::IndirectStrictWeakOrder<
meta::Projected<
meta::ContainerIterator< Con >, Proj > > Comp = function::Compare>
auto di::container::detail::IsSortedFunction::operator() |
( |
Con && | container, |
|
|
Comp | comp = {}, |
|
|
Proj | proj = {} ) const -> bool |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::ForwardIterator Iter, concepts::SentinelFor< Iter > Sent, typename Proj = function::Identity, concepts::IndirectStrictWeakOrder<
meta::Projected< Iter, Proj > > Comp = function::Compare>
auto di::container::detail::IsSortedFunction::operator() |
( |
Iter | first, |
|
|
Sent | last, |
|
|
Comp | comp = {}, |
|
|
Proj | proj = {} ) const -> bool |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: