Jpp
19.0.0
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 117 of file JComparisonAvailable.hh.
Equal operator.
first | first object |
second | second object |
Definition at line 126 of file JComparisonAvailable.hh.
Not equal operator.
first | first object |
second | second object |
Definition at line 139 of file JComparisonAvailable.hh.