Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::is_heap_fn Member List

This is the complete list of members for ranges::is_heap_fn, including all inherited members.

operator()(I begin, S end, C pred=C{}, P proj=P{}) const -> bool requires random_access_iterator< I > &&sentinel_for< S, I > &&indirect_strict_weak_order< C, projected< I, P >> (defined in ranges::is_heap_fn)ranges::is_heap_fn
operator()(Rng &&rng, C pred=C{}, P proj=P{}) const -> bool requires random_access_range< Rng > &&indirect_strict_weak_order< C, projected< iterator_t< Rng >, P >> (defined in ranges::is_heap_fn)ranges::is_heap_fn