xtd 0.2.0
Loading...
Searching...
No Matches

◆ combine()

template<typename ... args_t>
static xtd::size xtd::hash_code::combine ( args_t...  values)
inlinestaticnoexcept

Combines values into a hash code.

Parameters
valuesThe values to combine into the hash code.
Returns
The hash code that represents the values.