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