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.
Synopsis
Declared in <bdljsn_jsonnumber.h>
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlgorithm,
JsonNumber const& object);
Created with MrDocs