#include <stl_multimap.h>
Inheritance diagram for multimap::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 | multimap< Key, T, Compare, Alloc > |
|
||||||||||
|
Definition at line 60 of file stl_multimap.h. References comp.
00060 : comp(c) {} |
|
||||||||||||||||
|
Definition at line 62 of file stl_multimap.h. References comp, and pair::first.
00062 {
00063 return comp(x.first, y.first);
00064 }
|
|
|||||
|
Definition at line 57 of file stl_multimap.h. |
|
|||||
|
Definition at line 59 of file stl_multimap.h. Referenced by operator(), and value_compare. |
| Documentation generated on Thu May 2 15:03:36 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |