cesium-native 0.55.0
Loading...
Searching...
No Matches
CesiumUtility::Hash Struct Reference

Contains functions for working with hashes. More...

#include <CesiumUtility/Hash.h>

Static Public Member Functions

static size_t combine (size_t first, size_t second)
 Combines two hash values, usually generated using std::hash, to form a single hash value.
 

Detailed Description

Contains functions for working with hashes.

Definition at line 12 of file Hash.h.

Member Function Documentation

◆ combine()

static size_t CesiumUtility::Hash::combine ( size_t first,
size_t second )
static

Combines two hash values, usually generated using std::hash, to form a single hash value.

Parameters
firstThe first hash value.
secondThe 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: