C++ Language/Std/Stl/CollectionClasses/SortedCollections/Multiset

From Wikibooks, open books for an open world
Jump to navigation Jump to search

A "multiset" (an instance of class set::multiset<>) is the same as a set, except that the same item can occur multiple times.

Additional information about multiset (includes interactive examples)