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