#include <stl_map.h>
Inheritance diagram for map::value_compare:


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, T, Compare, Alloc > |
|
||||||||||
|
Definition at line 61 of file stl_map.h. References comp.
00061 : comp(c) {} |
|
||||||||||||||||
|
Definition at line 63 of file stl_map.h. References comp, and pair::first.
00063 {
00064 return comp(x.first, y.first);
00065 }
|
|
|||||
|
|
|
|||||
|
Definition at line 60 of file stl_map.h. Referenced by operator(), and value_compare. |
| Documentation generated on Thu May 2 15:03:34 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |