#include <DTRangeMapAccessor.h>
Public Member Functions | |
bool | operator() (DTSuperLayerId sl1, DTSuperLayerId sl2) const |
Compare two superLayerId. |
Comparator to retrieve by SL objects written into a RangeMap by layer.
Definition at line 16 of file DTRangeMapAccessor.h.
bool DTSuperLayerIdComparator::operator() | ( | DTSuperLayerId | sl1, |
DTSuperLayerId | sl2 | ||
) | const [inline] |
Compare two superLayerId.
Definition at line 20 of file DTRangeMapAccessor.h.
{ if (sl1 == sl2) return false; return (sl1 < sl2); }