This is the complete list of members for ranges::is_heap_until_fn, including all inherited members.
operator()(I begin, S end, C pred=C{}, P proj=P{}) const -> I requires random_access_iterator< I > &&sentinel_for< S, I > &&indirect_strict_weak_order< C, projected< I, P >> (defined in ranges::is_heap_until_fn) | ranges::is_heap_until_fn | |
operator()(Rng &&rng, C pred=C{}, P proj=P{}) const -> safe_iterator_t< Rng > requires random_access_range< Rng > &&indirect_strict_weak_order< C, projected< iterator_t< Rng >, P >> (defined in ranges::is_heap_until_fn) | ranges::is_heap_until_fn |