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. | |
Function object to compute the hash of a (MAC address, TID) pair.
Definition at line 30 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 23 of file qos-utils.cc.