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

Name

Description

a

The first subnet to compare.

b

The second subnet to compare.

Created with MrDocs