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

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.
 

Detailed Description

Hashing functor taking a QueueId and returning a std::size_t.

For use with unordered_map and unordered_set.

Definition at line 93 of file wifi-mac-queue-container.h.

Member Function Documentation

◆ operator()()

std::size_t std::hash< ns3::WifiContainerQueueId >::operator() ( ns3::WifiContainerQueueId  queueId) const

The functor.

Parameters
queueIdThe QueueId value to hash.
Returns
the hash

Definition at line 209 of file wifi-mac-queue-container.cc.


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