Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgkantidis/hash
https://github.com/cgkantidis/hash
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgkantidis/hash
- Owner: cgkantidis
- Created: 2023-03-22T20:01:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T20:08:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-25T16:14:27.836Z (about 2 months ago)
- Language: CMake
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hash
An example of how to create a hash function for a user-defined class, and inject
it to the standard namespace, allowing the use of the user-defined class as a
key in an unordered_map or other kinds of hash maps.