Hashing QCI. More...
Public Member Functions | |
std::size_t | operator() (Qci const &s) const noexcept |
Hash the QCI like a normal uint8_t. More... | |
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.
|
inlinenoexcept |
Hash the QCI like a normal uint8_t.
s | Qci to hash |
Definition at line 229 of file eps-bearer.h.