hashAppend overloads
Declared in <bdljsn_error.h>
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 Location.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Location const& object);
» more...
Pass the specified object to the specified hashAlgorithm. This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for ErroError.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlgorithm,
Error const& object);
» more...
Pass the specified object to the specified hashAlgorithm. This function allows JsonNull objects to be hashable using bsl::hash. Note that object always as the same value so, for a given state of hashAppend, the effect of calling hashAppend is always the same.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlgorithm,
JsonNull const& object);
» more...
Pass the specified object to the specified hashAlgorithm. This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for JsonNumber.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlgorithm,
JsonNumber const& object);
» more...