Pass the specified input to the specified hashAlg
Declared in <bslstl_stringref.h>
template<
class CHAR_TYPE,
class HASHALG>
void
hashAppend(
HASHALG& hashAlg,
StringRefImp<CHAR_TYPE> const& input);
| Name | Description |
|---|---|
| hashAlg | hashing algorithm to which input is passed |
| input | string reference whose contents are hashed |