Order two destinations by their scripts.
Declared in <addresstype.h>
bool
operator<(
CNoDestination const& a,
CNoDestination const& b);
True if a's script orders before b's.
| Name | Description |
|---|---|
| a | The first destination. |
| b | The second destination. |