cesium-native  0.41.0
CesiumUtility::Hash Struct Reference

Contains functions for working with hashes. More...

#include <CesiumUtility/Hash.h>

Static Public Member Functions

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...
 

Detailed Description

Contains functions for working with hashes.

Definition at line 11 of file Hash.h.

Member Function Documentation

◆ 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
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: