operator<

Order two destinations by version, then by program.

Synopsis

Declared in <addresstype.h>

bool
operator<(
    WitnessUnknown const& w1,
    WitnessUnknown const& w2);

Return Value

True if w1 orders before w2.

Parameters

NameDescription
w1The first destination.
w2The second destination.