BloombergLP::bdldfp::hashAppend

Pass the specified object to the specified hashAlg.

Synopses

Declared in <bdldfp_decimal.h>

Pass the specified object to the specified hashAlg.

template<class HASHALG>
void
hashAppend(
    HASHALG& hashAlg,
    Decimal128 const& object);
» more...

Pass the specified object to the specified hashAlg.

template<class HASHALG>
void
hashAppend(
    HASHALG& hashAlg,
    Decimal32 const& object);
» more...

Pass the specified object to the specified hashAlg.

template<class HASHALG>
void
hashAppend(
    HASHALG& hashAlg,
    Decimal64 const& object);
» more...

Parameters

NameDescription
hashAlghashing algorithm functor
objectdecimal value to incorporate into the hash