BloombergLP::bdlt::hashAppend

Pass object to hashAlg for modular hashing.

Synopsis

Declared in <bdlt_timetable.h>

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

Parameters

NameDescription
hashAlghash algorithm accumulator
objecttimetable to hash