Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::multimap::value_compare Class Template Reference

#include <stl_multimap.h>

Inheritance diagram for std::multimap::value_compare:

Inheritance graph
[legend]
Collaboration diagram for std::multimap::value_compare:

Collaboration graph
[legend]
List of all members.

Public Methods

bool operator() (const value_type &__x, const value_type &__y) const

Protected Methods

 value_compare (_Compare __c)

Protected Attributes

_Compare comp

Friends

class  multimap< _Key, _Tp, _Compare, _Alloc >

template<class _Key, class _Tp, class _Compare, class _Alloc> class std::multimap::value_compare


Constructor & Destructor Documentation

std::multimap::value_compare::value_compare ( _Compare __c ) [inline, protected]
 

Definition at line 75 of file stl_multimap.h.


Member Function Documentation

bool std::multimap::value_compare::operator() ( const value_type & __x,
const value_type & __y ) const [inline]
 

Definition at line 77 of file stl_multimap.h.


Friends And Related Function Documentation

friend class multimap< _Key, _Tp, _Compare, _Alloc > [friend]
 

Definition at line 72 of file stl_multimap.h.


Member Data Documentation

_Compare std::multimap::value_compare::comp [protected]
 

Definition at line 74 of file stl_multimap.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:33 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001