BloombergLP::baljsn::hashAppend

Incorporate object into the specified hashAlg.

Synopsis

Declared in <baljsn_decoderoptions.h>

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

Description

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

Parameters

NameDescription
hashAlghashing algorithm to update
objectdecoder options object to hash