![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Wraps an integral value that is already a hash key. More...
#include <hashing_policy.h>
Public Types | |
| using | Type = T |
| Underlying hash storage type. | |
Public Member Functions | |
| bool | operator== (direct_hash_key other) const |
| Compares two direct hash keys. | |
| bool | operator!= (direct_hash_key other) const |
| Compares two direct hash keys for inequality. | |
Public Attributes | |
| T | hash |
| Precomputed hash value. | |
Static Public Attributes | |
| static constexpr bool | IsDirectHashKey = true |
| Marker used by Gaia-ECS hash containers to bypass rehashing. | |
Wraps an integral value that is already a hash key.
| T | Integral hash storage type. |
|
inline |
Compares two direct hash keys for inequality.
| other | Key to compare with. |
|
inline |
Compares two direct hash keys.
| other | Key to compare with. |