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