[#operator_lt-0e] = operator< :mrdocs: Order two extended public keys by public key, then by chain code. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator<( xref:CExtPubKey.adoc[CExtPubKey] const& a, xref:CExtPubKey.adoc[CExtPubKey] const& b); ---- == Return Value true if a sorts before b. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand extended public key. | *b* | The right‐hand extended public key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#