Struct EndPointAddress::Hash

Nested Relationships

This struct is a nested type of Class EndPointAddress.

Struct Documentation

struct Hash

Hash function for EndPointAddress objects.

Golden ratio hash function combining the 64-bit IP numeric representation with the 16-bit port into a 128-bit intermediate value before mixing, ensuring both components contribute meaningfully to the final hash.

Public Functions

inline std::size_t operator()(const EndPointAddress &endpoint) const noexcept