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