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