Class providing a hash for DUIDs. More...
#include "dhcp6-duid.h"
Public Member Functions | |
size_t | operator() (const Duid &x) const noexcept |
Returns the hash of a DUID. | |
Class providing a hash for DUIDs.
Definition at line 49 of file dhcp6-duid.h.
|
noexcept |
Returns the hash of a DUID.
x | the DUID |
This method uses std::hash rather than class Hash as speed is more important than cryptographic robustness.
Definition at line 226 of file dhcp6-duid.cc.