Order two addresses.

Synopsis

Declared in <netaddress.h>

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

Return Value

True when a orders before b.

Parameters

Name

Description

a

The first address to compare.

b

The second address to compare.

Created with MrDocs