![]() |
Castor3D 0.17.0
Multiplatform 3D engine
|
Namespaces | |
| namespace | castor |
| namespace | castor::hashcomb |
Functions | |
| template<typename T > | |
| uint32_t | castor::hashCombine32 (uint32_t &hash, T const &rhs) |
| template<typename T > | |
| uint32_t | castor::hashCombinePtr32 (uint32_t &hash, T const &rhs) |
| template<typename T > | |
| uint64_t | castor::hashCombine64 (uint64_t &hash, T const &rhs) |
| template<typename T > | |
| uint64_t | castor::hashCombinePtr64 (uint64_t &hash, T const &rhs) |
| template<typename T > | |
| size_t | castor::hashCombine (size_t &hash, T const &rhs) |
| template<typename T > | |
| size_t | castor::hashCombinePtr (size_t &hash, T const &rhs) |