#include <DDTree.h>
template<typename T>
class lessByPointedTo< T >
Definition at line 14 of file DDTree.h.
◆ operator()()
Definition at line 16 of file DDTree.h.
17 if(0 == a && 0==b)
return false;
18 if(0 == a && 0!=b)
return true;
19 if(0 !=a && 0==b)
return false;
20 return a->getVal() < b->getVal();
The documentation for this class was generated from the following file: