Searched refs:firstDuplicate (Results 1 – 2 of 2) sorted by relevance
14 ForwardIterator firstDuplicate(ForwardIterator first, ForwardIterator last) in firstDuplicate() function36 t.erase(firstDuplicate(t.begin(), t.end()), t.end()); in removeDuplicate()
20 auto iter = firstDuplicate(strVec.begin(), strVec.end()); in TEST()