Invoke the specified hashAlg on the specified object.
Declared in <bdlt_datetime.h>
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Datetime 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 Datetime.
| Name | Description |
|---|---|
| hashAlg | hashing algorithm invocable |
| object | datetime to hash |