stl_multimap.h File Reference

#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...
class  std::multimap< Key, Type, Compare, Alloc >::value_compare

Defines

#define MULTIMAPH

Functions

template<typename Key, typename Type, typename Compare, typename Alloc>
bool std::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 std::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 std::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 std::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 std::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 std::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 std::swap (multimap< Key, Type, Compare, Alloc > &x, multimap< Key, Type, Compare, Alloc > &y)
 See std::multimap::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_multimap.h.


Generated on Mon Mar 6 19:53:10 2006 for libstdc++-v3 Source by  doxygen 1.4.4