BloombergLP::baljsn::hashAppend

Pass the specified object to the specified hashAlg.

Synopsis

Declared in <baljsn_convertfromjsonoptions.h>

void
hashAppend(
    t_HASH_ALGORITHM& hashAlg,
    ConvertFromJsonOptions const& object);

Description

This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for ConvertFromJsonOptions.

Parameters

NameDescription
hashAlghashing algorithm to update
objectoptions object to hash