Forward the call to the identical manipulator of HASH_ALGORITHM, passing on the specified input and numBytes.

Synopsis

Declared in <bslh_hash.h>

template<class ELEMENT_TYPE>
void
operator()(
    ELEMENT_TYPE const* input,
    size_t numBytes);

Parameters

Name

Description

input

elements to hash

numBytes

number of bytes at input

Created with MrDocs