A Discrete-Event Network Simulator
API
ns3::EpsBearer::QciHash Struct Reference

Hashing QCI. More...

Public Member Functions

std::size_t operator() (Qci const &s) const noexcept
 Hash the QCI like a normal uint8_t. More...
 

Detailed Description

Hashing QCI.

Qci are just uint8_t, so that's how we calculate the hash. Unfortunately, we have to provide this struct because gcc 4.9 would not compile otherwise.

Definition at line 221 of file eps-bearer.h.

Member Function Documentation

◆ operator()()

std::size_t ns3::EpsBearer::QciHash::operator() ( Qci const &  s) const
inlinenoexcept

Hash the QCI like a normal uint8_t.

Parameters
sQci to hash
Returns
Hash of Qci

Definition at line 229 of file eps-bearer.h.


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