#include <bits/concept_check.h>Include dependency graph for stl_multimap.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | std::multimap< Key, Type, Compare, Alloc > |
| A standard container made up of (key,value) pairs, which can be retrieved based on a key, in logarithmic time. More... | |
Functions | |
| template<typename Key, typename Type, typename Compare, typename Alloc> bool | operator== (const multimap< Key, Type, Compare, Alloc > &x, const multimap< Key, Type, Compare, Alloc > &y) |
| Multimap equality comparison. | |
| template<typename Key, typename Type, typename Compare, typename Alloc> bool | operator< (const multimap< Key, Type, Compare, Alloc > &x, const multimap< Key, Type, Compare, Alloc > &y) |
| Multimap ordering relation. | |
| template<typename Key, typename Type, typename Compare, typename Alloc> bool | operator!= (const multimap< Key, Type, Compare, Alloc > &x, const multimap< Key, Type, Compare, Alloc > &y) |
| Based on operator==. | |
| template<typename Key, typename Type, typename Compare, typename Alloc> bool | operator> (const multimap< Key, Type, Compare, Alloc > &x, const multimap< Key, Type, Compare, Alloc > &y) |
| Based on operator<. | |
| template<typename Key, typename Type, typename Compare, typename Alloc> bool | operator<= (const multimap< Key, Type, Compare, Alloc > &x, const multimap< Key, Type, Compare, Alloc > &y) |
| Based on operator<. | |
| template<typename Key, typename Type, typename Compare, typename Alloc> bool | operator>= (const multimap< Key, Type, Compare, Alloc > &x, const multimap< Key, Type, Compare, Alloc > &y) |
| Based on operator<. | |
| template<typename Key, typename Type, typename Compare, typename Alloc> void | swap (multimap< Key, Type, Compare, Alloc > &x, multimap< Key, Type, Compare, Alloc > &y) |
| See std::multimap::swap(). | |
Definition in file stl_multimap.h.
|
||||||||||||||||
|
Based on operator==. Definition at line 644 of file stl_multimap.h. |
|
||||||||||||||||
|
Multimap ordering relation.
<.See std::lexicographical_compare() for how the determination is made. Definition at line 637 of file stl_multimap.h. |
|
||||||||||||||||
|
Based on operator<. Definition at line 658 of file stl_multimap.h. |
|
||||||||||||||||
|
Multimap equality comparison.
|
|
||||||||||||||||
|
Based on operator<. Definition at line 651 of file stl_multimap.h. References std::operator>(). |
|
||||||||||||||||
|
Based on operator<. Definition at line 665 of file stl_multimap.h. References std::operator>=(). |
|
||||||||||||||||
|
Definition at line 672 of file stl_multimap.h. References std::multimap< Key, Type, Compare, Alloc >::swap(), and std::swap(). |
1.3.8