CServiceHash::operator()

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

NameDescription
aThe service to hash.