Order two KeyOriginInfo by fingerprint, then path length, then path.

Synopsis

Declared in <script/keyorigin.h>

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

Return Value

true if a orders before b.

Parameters

Name

Description

a

The left‐hand operand.

b

The right‐hand operand.

Created with MrDocs