| 
    Jpp
    15.0.1-rc.2-highQE
    
   the software that should make you happy 
   | 
 
Template base class for data structures without equality capability. More...
#include <JComparisonAvailable.hh>
Friends | |
| JNullType | operator== (const T &first, const T &second) | 
| Equal operator.  More... | |
| JNullType | operator!= (const T &first, const T &second) | 
| Not equal operator.  More... | |
Template base class for data structures without equality capability.
This class implements the operators  == != . 
Definition at line 96 of file JComparisonAvailable.hh.
Equal operator.
| first | first object | 
| second | second object | 
Definition at line 105 of file JComparisonAvailable.hh.
Not equal operator.
| first | first object | 
| second | second object | 
Definition at line 118 of file JComparisonAvailable.hh.
 1.8.5