Function object to compute the hash of a (MAC address, TID) pair. More...
#include "qos-utils.h"
| Public Member Functions | |
| std::size_t | operator() (const WifiAddressTidPair &addressTidPair) const | 
| Functional operator for (MAC address, TID) hash computation.  More... | |
Function object to compute the hash of a (MAC address, TID) pair.
Definition at line 39 of file qos-utils.h.
| std::size_t ns3::WifiAddressTidHash::operator() | ( | const WifiAddressTidPair & | addressTidPair | ) | const | 
Functional operator for (MAC address, TID) hash computation.
| addressTidPair | the (MAC address, TID) pair | 
Definition at line 32 of file qos-utils.cc.