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