Pass the specified object to the specified hashAlg.
Synopsis
Declared in <bdlt_calendar.h>
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Calendar const& object);
Description
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 Calendar.
Parameters
Name |
Description |
hashAlg |
hashing algorithm invoked for |
object |
calendar whose value is hashed |
Created with MrDocs