Compare two pointers by dereferencing them.
Declared in <indirectmap.h>
bool
operator()(
T const a,
T const b) const;
true if the value pointed to by a is less than the value pointed to by b.
| Name | Description |
|---|---|
| a | The left-hand pointer. |
| b | The right-hand pointer. |