Invoke hashAlg on the specified Date object.

Synopsis

Declared in <bdlt_date.h>

template<class HASHALG>
void
hashAppend(
    HASHALG& hashAlg,
    Date 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 Date.

Parameters

Name

Description

hashAlg

hash algorithm accumulator

object

date to hash

Created with MrDocs