Pass the specified object to the specified hashAlg.
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...
| Name | Description |
|---|---|
| hashAlg | hashing algorithm functor |
| object | decimal value to incorporate into the hash |