Pass the specified object to the specified hashAlg.
Declared in <baljsn_converttojsonoptions.h>
void
hashAppend(
t_HASH_ALGORITHM& hashAlg,
ConvertToJsonOptions const& object);
This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for ConvertToJsonOptions.
| Name | Description |
|---|---|
| hashAlg | hashing algorithm to update |
| object | options object to hash |