|
| | ranges::template (typename I, typename S, typename O, typename F, typename P=identity)(AND sentinel_for< S |
| | function template copy_if
|
|
I AND weakly_incrementable< O > AND indirect_unary_predicate< F, projected< I, P > > AND indirectly_copyable< I, O > constexpr copy_if_result< I, O > RANGES_FUNC | ranges::copy_if (I first, S last, O out, F pred, P proj=P{}) |
|
| ranges::template (typename Rng, typename O, typename F, typename P=identity)(AND weakly_incrementable< O > AND indirect_unary_predicate< F |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
projected< iterator_t< Rng >, P > AND indirectly_copyable< iterator_t< Rng >, O > constexpr copy_if_result< borrowed_iterator_t< Rng >, O > RANGES_FUNC | ranges::copy_if (Rng &&rng, O out, F pred, P proj=P{}) |
|
I AND weakly_incrementable< O > AND indirect_unary_predicate< F, projected< I, P > > AND indirectly_copyable< I, O > constexpr copy_if_result< I, O > RANGES_FUNC | ranges::cpp20::copy_if (I first, S last, O out, F pred, P proj=P{}) |