Pass object to hashAlg for modular hashing.
Declared in <bdlt_timetable.h>
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
TimetableTransition const& object);
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 TimetableTransition.
| Name | Description |
|---|---|
| hashAlg | hash algorithm accumulator |
| object | transition to hash |