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