#include <bits/concept_check.h>Go to the source code of this file.
Namespaces | |
| namespace | _GLIBCXX_STD | 
Classes | |
| class | _GLIBCXX_STD::multiset< _Key, _Compare, _Alloc > | 
| A standard container made up of elements, which can be retrieved in logarithmic time.  More... | |
Defines | |
| #define | _MULTISET_H 1 | 
Functions | |
| template<class _Key, class _Compare, class _Alloc> | |
| bool | _GLIBCXX_STD::operator== (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) | 
| Multiset equality comparison.   | |
| template<class _Key, class _Compare, class _Alloc> | |
| bool | _GLIBCXX_STD::operator< (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) | 
| Multiset ordering relation.   | |
| template<class _Key, class _Compare, class _Alloc> | |
| bool | _GLIBCXX_STD::operator!= (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) | 
| Returns !(x == y).   | |
| template<class _Key, class _Compare, class _Alloc> | |
| bool | _GLIBCXX_STD::operator> (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) | 
| Returns y < x.   | |
| template<class _Key, class _Compare, class _Alloc> | |
| bool | _GLIBCXX_STD::operator<= (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) | 
| Returns !(y < x).   | |
| template<class _Key, class _Compare, class _Alloc> | |
| bool | _GLIBCXX_STD::operator>= (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) | 
| Returns !(x < y).   | |
| template<class _Key, class _Compare, class _Alloc> | |
| void | _GLIBCXX_STD::swap (multiset< _Key, _Compare, _Alloc > &__x, multiset< _Key, _Compare, _Alloc > &__y) | 
| See std::multiset::swap().   | |
Definition in file stl_multiset.h.
| #define _MULTISET_H 1 | 
Definition at line 62 of file stl_multiset.h.
 1.4.7