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

◆ add()

template<typename type_t >
hash_code & xtd::hash_code::add ( const type_t  value)
inlinenoexcept

Adds a single value to the hash code.

Template Parameters
type_tThe type of the value to add to the hash code.
Parameters
valueThe value to add to the hash code.
Returns
The current instance.