constexpr auto unique_copy(InputIt first, InputIt last, OutputIt destination, Predicate pred) -> OutputIt
Copies the elements from the range [first, last), to another range beginning at d_first in such a way...
Definition unique_copy.hpp:20
Function object for performing comparisons. Unless specialised, invokes operator== on type T....
Definition equal_to.hpp:14