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>

Inherits std::binary_function< value_type, value_type, bool >.

List of all members.

Public Methods


Protected Methods


Protected Attributes


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

value_compare ( _Compare __c ) [inline, protected]
 


Member Function Documentation

bool operator() ( const value_type & __x,
const value_type & __y ) const [inline]
 


Friends And Related Function Documentation

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


Member Data Documentation

_Compare comp [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:35 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001