#include <Functor_T.h>
Public Member Functions | |
| bool | operator() (const TYPE &lhs, const TYPE &rhs) const | 
| Simply calls operator==.   | |
Definition at line 118 of file Functor_T.h.
      
  | 
  ||||||||||||||||
| 
 Simply calls operator==. 
 Definition at line 29 of file Functor_T.inl. 
 00031 {
00032   return lhs == rhs;
00033 }
 | 
  
 
1.3.6