API Reference > Other Classes > OdMultiset Template
OdMultiset Template
OdMultiset
Syntax
C++
template <class Key, class Pred = OD_TYPENAME std::less<Key>, class A = OD_TYPENAME2 std::allocator<Key> > class OdMultiset : public std::multiset<Key, Pred, A>;

OdMultiset.h

This template class extends the functionality of the standard STL class std::multiset.

The default constructor creates an empty set. 

The template arguments are the same as that of the STL class std::multiset. Corresponding C++ library: TD_Db

 
Name 
Description 
 
This is the overview for the OdMultiset constructor overload. 
 
Name 
Description 
 
This is the overview for the find_ex method overload. 
 
Returns an iterator addressing the last element in a multiset that has a key equivalent to the specified key.  
Name 
Description 
This is nested type OdMultiset::const_iterator. 
This is nested type OdMultiset::iterator. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.