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