Standard C++ Library Class Reference
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
multiset
Container Class
Summary
An associative container providing fast access to stored key values. Storage of duplicate keys is
allowed. A multiset supports bidirectional iterators.
Contents
Synopsis●
Description●
Interface●
Constructor and Destructor●
Assignment Operator●
Allocator●
Iterators●
Member Functions●
Non-member Operators●
Example●
Warnings●
See Also●
Synopsis
#include <set>
template <class Key, class Compare = less<Key>,
class Allocator = allocator>
class multiset;