Incorporate object into the specified hashAlg.
Declared in <baljsn_encoder_testtypes.h>
void
hashAppend(
t_HASH_ALGORITHM& hashAlg,
EncoderTestSequenceWithUntagged8Sequence1 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 'EncoderTestSequenceWithUntagged8Sequence1'.
| Name | Description |
|---|---|
| hashAlg | hashing algorithm to update |
| object | object to incorporate into the hash |