Hashing functor taking a QueueId and returning a std::size_t
.
More...
#include "wifi-mac-queue-container.h"
Public Member Functions | |
std::size_t | operator() (ns3::WifiContainerQueueId queueId) const |
The functor. | |
Hashing functor taking a QueueId and returning a std::size_t
.
For use with unordered_map
and unordered_set
.
Definition at line 83 of file wifi-mac-queue-container.h.
std::size_t std::hash< ns3::WifiContainerQueueId >::operator() | ( | ns3::WifiContainerQueueId | queueId | ) | const |
The functor.
queueId | The QueueId value to hash. |
Definition at line 200 of file wifi-mac-queue-container.cc.