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

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

operator()(I begin, S end, C pred, P proj=P{}) const -> bool requires input_iterator< I > &&sentinel_for< S, I > &&indirect_unary_predicate< C, projected< I, P >> (defined in ranges::is_partitioned_fn)ranges::is_partitioned_fn
operator()(Rng &&rng, C pred, P proj=P{}) const -> bool requires input_range< Rng > &&indirect_unary_predicate< C, projected< iterator_t< Rng >, P >> (defined in ranges::is_partitioned_fn)ranges::is_partitioned_fn