GreaterAll class functions are defined inline.
[ Samples | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| bool | operator()(T x, T y) const ; |
| protected: |
Back to the top of Greater
| A predicate function object that compares two objects of type T with operator > |
Back to the top of Greater
bool operator()(T x, T y) const ;
Implementation of operator() that takes two objects of type T and returns a bool.
virtual bool operator()(T x, T y) const ;
Function is currently defined inline.
Back to the top of Greater
| public: | ||
|---|---|---|
| R | operator() (T1, T2) const; // pure virtual | |
| bool | operator()(T x, T y) const ; | |
| protected: | ||
Back to the top of Greater
Back to the top of Greater
Back to the top of Greater
Generated from source by the Cocoon utilities on Fri Jan 26 13:37:35 2001 .
Report problems to jkotula@vitalimages.com