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);
Created with MrDocs