This site has been archived and made available for preservation purposes. No edits can be made.

_hash_ID

[top]Definition

Code cpp:
struct _hash_ID { inline size_t operator() (const ID& id) const { return std::hash<uint64_t>()(static_cast<uint64_t>(id)); }};