Pass the specified input to the specified hashAlg.
Synopsis
Declared in <bslstl_vector.h>
template<
class HASHALG,
class VALUE_TYPE,
class ALLOCATOR>
void
hashAppend(
HASHALG& hashAlg,
vector<VALUE_TYPE, ALLOCATOR> const& input);
Parameters
Name |
Description |
hashAlg |
hashing algorithm object |
input |
vector whose representation is hashed |
Created with MrDocs