operator<

Order two destinations by their scripts.

Synopsis

Declared in <addresstype.h>

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

Return Value

True if a's script orders before b's.

Parameters

NameDescription
aThe first destination.
bThe second destination.