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

std::map::value_compare Class Template Reference

#include <stl_map.h>

Inheritance diagram for std::map::value_compare:

Inheritance graph
[legend]
Collaboration diagram for std::map::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  map< _Key, _Tp, _Compare, _Alloc >

template<class _Key, class _Tp, class _Compare = less<_Key>, class _Alloc = allocator<pair<const _Key, _Tp> >> class std::map::value_compare


Constructor & Destructor Documentation

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

Definition at line 60 of file stl_map.h.


Member Function Documentation

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

Definition at line 62 of file stl_map.h.


Friends And Related Function Documentation

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

Definition at line 57 of file stl_map.h.


Member Data Documentation

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

Definition at line 59 of file stl_map.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