Searched refs:constVecIterator (Results 1 – 1 of 1) sorted by relevance
31 typedef typename std::vector<_Tp>::const_iterator constVecIterator; in remove_dups() typedef33 for (constVecIterator it = src.begin(); it != src.end(); ++it) in remove_dups()