|
template<typename I , typename S , typename O , typename C , typename P = identity> |
remove_copy_if_result< I, O > | ranges::remove_copy_if (I first, S last, O out, C pred, P proj=P{}) |
| function template remove_copy_if More...
|
|
template<typename Rng , typename O , typename C , typename P = identity> |
remove_copy_if_result< borrowed_iterator_t< Rng >, O > | ranges::remove_copy_if (Rng &&rng, O out, C pred, 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...
|
|