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

Name

Description

w1

The first destination.

w2

The second destination.

Created with MrDocs