This is the complete list of members for ranges::partition_copy_fn, including all inherited members.
operator()(I begin, S end, O0 o0, O1 o1, C pred, P proj=P{}) const -> partition_copy_result< I, O0, O1 > requires input_iterator< I > &&sentinel_for< S, I > &&weakly_incrementable< O0 > &&weakly_incrementable< O1 > &&indirectly_copyable< I, O0 > &&indirectly_copyable< I, O1 > &&indirect_unary_predicate< C, projected< I, P >> (defined in ranges::partition_copy_fn) | ranges::partition_copy_fn | |
operator()(Rng &&rng, O0 o0, O1 o1, C pred, P proj=P{}) const -> partition_copy_result< safe_iterator_t< Rng >, O0, O1 > requires input_range< Rng > &&weakly_incrementable< O0 > &&weakly_incrementable< O1 > &&indirectly_copyable< iterator_t< Rng >, O0 > &&indirectly_copyable< iterator_t< Rng >, O1 > &&indirect_unary_predicate< C, projected< iterator_t< Rng >, P >> (defined in ranges::partition_copy_fn) | ranges::partition_copy_fn |