D++ (DPP)
C++ Discord API Bot Library
|
#include <snowflake.h>
Public Member Functions | |
std::size_t | operator() (dpp::snowflake const &s) const noexcept |
Hashing function for dpp::slowflake Used by std::unordered_map. This just calls std::hash<uint64_t>. More... | |
|
inlinenoexcept |
Hashing function for dpp::slowflake Used by std::unordered_map. This just calls std::hash<uint64_t>.
s | Snowflake value to hash |