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