#include <Functor_T.h>
Public Member Functions | |
| bool | operator() (const TYPE &lhs, const TYPE &rhs) const | 
| Simply calls operator<.   | |
Definition at line 134 of file Functor_T.h.
      
  | 
  ||||||||||||||||
| 
 Simply calls operator<. 
 Definition at line 36 of file Functor_T.inl. 
 00038 {
00039   return lhs < rhs;
00040 }
 | 
  
 
1.3.6