qb
2.0.0.0
C++17 Actor Framework
|
Hash function for udp::identity objects. More...
#include <udp.h>
Public Member Functions | |
std::size_t | operator() (const identity &id) const noexcept |
Hash operator. |
Hash function for udp::identity objects.
This struct provides a hashing operation suitable for using udp::identity objects as keys in standard C++ unordered containers. It hashes the raw memory representation of the underlying endpoint data.
|
inlinenoexcept |