mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-10 18:08:53 +01:00
![PixelyIon](/assets/img/avatar_default.png)
`std::hash` doesn't have a generic template where it can be utilized for arbitrary trivial objects and implementing this might result in conflicts with other types. To fix this a generic templated hash is now provided as a utility structure, that can be utilized directly in hash-based containers such as `unordered_map`.