stl_multiset.h File Reference

#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().


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file stl_multiset.h.


Define Documentation

#define _MULTISET_H   1

Definition at line 62 of file stl_multiset.h.


Generated on Tue Feb 2 16:57:28 2010 for GNU C++ STL by  doxygen 1.4.7