operator<

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

NameDescription
aThe first destination.
bThe second destination.