Pass object to hashAlg for modular hashing.
Synopsis
Declared in <bdlt_datetimeinterval.h>
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
DatetimeInterval 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 DatetimeInterval.
Parameters
Name |
Description |
hashAlg |
hash algorithm accumulator |
object |
time interval to hash |
Created with MrDocs