BloombergLP::bslh::Hash_AdlWrapper::operator()

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

Synopses

Declared in <bslh_hash.h>

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

void
operator()(
    void const* input,
    size_t numBytes);
» more...

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

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