A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
std::hash< ns3::Ipv6Address > Struct Reference

Hash function class for IPv6 addresses. More...

#include "ipv6-address.h"

Public Member Functions

size_t operator() (const ns3::Ipv6Address &addr) const
 Returns the hash of an IPv6 address.

Detailed Description

Hash function class for IPv6 addresses.

Definition at line 674 of file ipv6-address.h.

Member Function Documentation

◆ operator()()

size_t std::hash< ns3::Ipv6Address >::operator() ( const ns3::Ipv6Address & addr) const
inline

Returns the hash of an IPv6 address.

Parameters
addrIPv6 address to hash
Returns
the hash of the address

Definition at line 681 of file ipv6-address.h.

References ns3::Ipv6Address::GetHash().

Here is the call graph for this function:

The documentation for this struct was generated from the following file: