Invoke hashAlg on the specified Date object.
Declared in <bdlt_date.h>
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Date const& object);
Pass the specified object to the specified hashAlg. This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for Date.
| Name | Description |
|---|---|
| hashAlg | hash algorithm accumulator |
| object | date to hash |