operator<

Order two services.

Synopsis

Declared in <netaddress.h>

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

Return Value

True when a orders before b.

Parameters

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