hashAppend overloads
Synopses
Declared in <bdldfp_decimal.h>
Pass the specified object to the specified hashAlg. This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for Decimal128. Note that two objects which have the same value but different representations will hash to the same value.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Decimal128 const& object);
Pass the specified object to the specified hashAlg. This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for Decimal32. Note that two objects which have the same value but different representations will hash to the same value.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Decimal32 const& object);
Pass the specified object to the specified hashAlg. This function integrates with the bslh modular hashing system and effectively provides a bsl::hash specialization for Decimal64. Note that two objects which have the same value but different representations will hash to the same value.
template<class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
Decimal64 const& object);
Created with MrDocs