Jpp 19.3.0-rc.1
the software that should make you happy
|
Implementation for comparison of a template class. More...
#include <JRootComparator.hh>
Public Member Functions | |
virtual bool | equals (const void *first, const void *second) const override |
Compare objects. | |
Implementation for comparison of a template class.
This class implements the JROOT::JAstractComparator interface for the given template class using the operator ==
.
Definition at line 59 of file JRootComparator.hh.
|
inlineoverridevirtual |
Compare objects.
first | pointer to first object |
second | pointer to second object |
Implements JROOT::JAbstractComparator.
Definition at line 70 of file JRootComparator.hh.