Constructors

The multiset class includes overloaded constructors for creation of a multiset object.

  explicit multiset
  (const Compare& comp = Compare(),
  const Allocator& = Allocator());
  template <class InputIterator> multiset
  (InputIterator first, last, const Compare& comp = Compare(), 
  const Allocator& = Allocator());