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