operator<

Order two extended public keys by public key, then by chain code.

Synopsis

Declared in <pubkey.h>

bool
operator<(
    CExtPubKey const& a,
    CExtPubKey const& b);

Return Value

true if a sorts before b.

Parameters

NameDescription
aThe left-hand extended public key.
bThe right-hand extended public key.