Searched refs:newLast (Results 1 – 1 of 1) sorted by relevance
16 auto newLast = first; in firstDuplicate() local20 if (std::find(first, newLast, *current) == newLast) in firstDuplicate()22 if (newLast != current) in firstDuplicate()24 *newLast = *current; in firstDuplicate()26 ++newLast; in firstDuplicate()30 return newLast; in firstDuplicate()