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

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

operator()(I begin, S end, C pred, P proj=P{}) const -> I requires forward_iterator< I > &&sentinel_for< S, I > &&indirect_unary_predicate< C, projected< I, P >> (defined in ranges::partition_point_fn)ranges::partition_point_fn
operator()(Rng &&rng, C pred, P proj=P{}) const -> safe_iterator_t< Rng > requires forward_range< Rng > &&indirect_unary_predicate< C, projected< iterator_t< Rng >, P >> (defined in ranges::partition_point_fn)ranges::partition_point_fn