#include <stl_function.h>
Inheritance diagram for greater:


Public Methods | |
| bool | operator() (const T &x, const T &y) const |
|
||||||||||||||||
|
Definition at line 95 of file stl_function.h.
00095 { return x > y; }
|
| Documentation generated on Thu May 2 15:03:28 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |