Pass the specified object to the specified hashAlgorithm.
Declared in <bdljsn_error.h>
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlgorithm,
Error const& object);
This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for Error.
| Name | Description |
|---|---|
| hashAlgorithm | hashing algorithm to update |
| object | object to hash |