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

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

Public Member Functions

template<concepts::RandomAccessIterator It, concepts::SentinelFor< It > Sent, typename Proj = function::Identity, concepts::IndirectStrictWeakOrder< meta::Projected< It, Proj > > Comp = function::Compare>
constexpr auto operator() (It it, Sent last, Comp comp={}, Proj proj={}) const -> It
 
template<concepts::RandomAccessContainer 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 -> meta::BorrowedIterator< Con >
 

Member Function Documentation

◆ operator()() [1/2]

template<concepts::RandomAccessContainer Con, typename Proj = function::Identity, concepts::IndirectStrictWeakOrder< meta::Projected< meta::ContainerIterator< Con >, Proj > > Comp = function::Compare>
auto di::container::detail::IsHeapUntilFunction::operator() ( Con && container,
Comp comp = {},
Proj proj = {} ) const -> meta::BorrowedIterator<Con>
inlineconstexpr

◆ operator()() [2/2]

template<concepts::RandomAccessIterator It, concepts::SentinelFor< It > Sent, typename Proj = function::Identity, concepts::IndirectStrictWeakOrder< meta::Projected< It, Proj > > Comp = function::Compare>
auto di::container::detail::IsHeapUntilFunction::operator() ( It it,
Sent last,
Comp comp = {},
Proj proj = {} ) const -> It
inlineconstexpr

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