Contains functions for working with hashes.
More...
#include <CesiumUtility/Hash.h>
|
static std::size_t | combine (std::size_t first, std::size_t second) |
| Combines two hash values, usually generated using std::hash , to form a single hash value. More...
|
|
Contains functions for working with hashes.
Definition at line 11 of file Hash.h.
◆ combine()
static std::size_t CesiumUtility::Hash::combine |
( |
std::size_t |
first, |
|
|
std::size_t |
second |
|
) |
| |
|
static |
Combines two hash values, usually generated using std::hash
, to form a single hash value.
- Parameters
-
first | The first hash value. |
second | The second hash value. |
- Returns
- A new hash value which is a combination of the two.
The documentation for this struct was generated from the following file:
- /home/runner/work/cesium-native/cesium-native/CesiumUtility/include/CesiumUtility/Hash.h