|
ORIGINAL
|
Provides a generic hashing utility and interface for hashable types. More...


Go to the source code of this file.
Classes | |
| class | original::hash< TYPE > |
| Forward declaration of hash class template. More... | |
| class | original::hashable< DERIVED > |
| Forward declaration of hashable interface template. More... | |
| struct | std::hash< T > |
| std::hash specialization for isHashable types More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
Concepts | |
| concept | original::isHashable |
| Concept checking for types that can be hashed. | |
Provides a generic hashing utility and interface for hashable types.
This header defines:
Features: