Invoke the specified hashAlgorithm on the attributes of the specified object.

Synopsis

Declared in <bdlb_indexspan.h>

template<class HASH_ALGORITHM>
void
hashAppend(
    HASH_ALGORITHM& hashAlgorithm,
    IndexSpan const& object);

Parameters

Name

Description

hashAlgorithm

hashing algorithm to update

object

index span to hash

Created with MrDocs