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

Name

Description

a

The first service to compare.

b

The second service to compare.

Created with MrDocs