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);

Pass the specified object to the specified hashAlg.

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

Pass the specified object to the specified hashAlg.

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

Parameters

Name

Description

hashAlg

hashing algorithm functor

object

decimal value to incorporate into the hash

Created with MrDocs