operator<

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

NameDescription
aThe left-hand operand.
bThe right-hand operand.