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