operator<

Order two subnets.

Synopsis

Declared in <netaddress.h>

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

Return Value

True when a orders before b.

Parameters

NameDescription
aThe first subnet to compare.
bThe second subnet to compare.