common: uuid: Add hash function for UUID
Used when UUID is a key in an unordered_map. The hash is produced by XORing the high and low 64-bits of the UUID together.
Please register or sign in to comment
Used when UUID is a key in an unordered_map. The hash is produced by XORing the high and low 64-bits of the UUID together.