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< Key, T, Pred, A >
This template class extends the functionality of the standard STL class std::multimap.
The template arguments are the same as that of the STL class std::multimap. Corresponding C++ library: TD_Db <group Other_Classes>
Definition at line 49 of file OdMultimap.h.
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> >>
Returns an iterator addressing the first element in the multimap that has a key equal to the specified key.
- Parameters
-
Definition at line 70 of file OdMultimap.h.
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> >>
Returns an iterator addressing the first element in the multimap that has a key equal to the specified key.
- Parameters
-
Definition at line 87 of file OdMultimap.h.
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> >>
Returns an iterator addressing the last element in a multimap that has a key equivalent to the specified key.
- Parameters
-
Definition at line 104 of file OdMultimap.h.