Incorporate the specified input into the specified hashAlg.

Synopsis

Declared in <bdlb_nullablevalue.h>

template<
    class HASHALG,
    class TYPE>
void
hashAppend(
    HASHALG& hashAlg,
    NullableValue<TYPE> const& input);

Description

Pass the boolean value of whether the specified input contains a value to the specified hashAlg hashing algorithm of (template parameter) type HASHALG. If input contains a value, additionally pass that value to hashAlg.

Parameters

Name

Description

hashAlg

hashing algorithm to update

input

nullable object to hash

Created with MrDocs