Compute the hash of a service.

Synopsis

Declared in <netaddress.h>

size_t
operator()(CService const& a) const noexcept;

Return Value

The hash value for the service.

Parameters

Name

Description

a

The service to hash.

Created with MrDocs