A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Address::KeyHash Struct Reference

Structure necessary to hash KindType, used as the key for the m_typeRegistry map. More...

Public Member Functions

std::size_t operator() (const KindType &k) const
 Functional operator for (string, uint8_t) hash computation.

Detailed Description

Structure necessary to hash KindType, used as the key for the m_typeRegistry map.

Definition at line 121 of file address.h.

Member Function Documentation

◆ operator()()

std::size_t ns3::Address::KeyHash::operator() ( const KindType & k) const
inline

Functional operator for (string, uint8_t) hash computation.

Parameters
kthe key to hash
Returns
The key hash

Definition at line 128 of file address.h.


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