Order two KeyOriginInfo by fingerprint, then path length, then path.
Declared in <script/keyorigin.h>
bool
operator<(
KeyOriginInfo const& a,
KeyOriginInfo const& b);
true if a orders before b.
| Name | Description |
|---|---|
| a | The left-hand operand. |
| b | The right-hand operand. |