Lines Matching full:duplicates
849 stuff into a container that automatically eliminates duplicates. Some
857 added to the collection. They permit duplicates and support efficient
867 eliminating duplicates. Bit containers require a maximum of 1 bit for each
1417 std::sort+std::unique to remove duplicates. This approach works really well if
1630 duplicates, but has all the drawbacks of std::set. A sorted vector (where you