Invoke the specified hashAlgorithm on the attributes of the specified object.
Declared in <bdlb_indexspan.h>
template<class HASH_ALGORITHM>
void
hashAppend(
HASH_ALGORITHM& hashAlgorithm,
IndexSpan const& object);
| Name | Description |
|---|---|
| hashAlgorithm | hashing algorithm to update |
| object | index span to hash |