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 is passed

input

string reference whose contents are hashed

Created with MrDocs