#include <DDTree.h>
template<typename T>
class equalByPointedTo< T >
Definition at line 25 of file DDTree.h.
◆ operator()()
Definition at line 27 of file DDTree.h.
28 if(0 == a && 0==b)
return true;
29 if(0 == a && 0!=b)
return false;
30 if(0 !=a && 0==b)
return false;
31 return a->getVal() == b->getVal();
The documentation for this class was generated from the following file: