|
template<typename I , typename S , typename O0 , typename O1 , typename C , typename P = identity> |
partition_copy_result< I, O0, O1 > | ranges::partition_copy (I first, S last, O0 o0, O1 o1, C pred, P proj=P{}) |
| function template partition_copy More...
|
|
template<typename Rng , typename O0 , typename O1 , typename C , typename P = identity> |
partition_copy_result< borrowed_iterator_t< Rng >, O0, O1 > | ranges::partition_copy (Rng &&rng, O0 o0, O1 o1, 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...
|
|