#include "snowflake.h"
Public Member Functions | |
std::size_t | operator() (dpp::snowflake s) const noexcept |
Hashing function for dpp::snowflake Used by std::unordered_map. More... | |
|
inlinenoexcept |
Hashing function for dpp::snowflake Used by std::unordered_map.
This just calls std::hash<uint64_t>.
s | Snowflake value to hash |