API Reference > Other Classes > OdMultimap Template
OdMultimap Template
OdMultimap
Syntax
C++
template <class Key, class T, class Pred = OD_TYPENAME std::less<Key>, class A = OD_TYPENAME2 std::allocator<OD_TYPENAME2 std::pair<const Key, T> > > class OdMultimap : public std::multimap<Key, T, Pred, A>;

OdMultimap.h

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

The default constructor creates an empty set. 

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

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