Pass the specified input to the specified hashAlg
Synopsis
Declared in <bslstl_pair.h>
template<
class HASHALG,
class T1,
class T2>
void
hashAppend(
HASHALG& hashAlg,
pair<T1, T2> const& input);
Parameters
Name |
Description |
hashAlg |
hashing algorithm the pair's elements are passed to |
input |
pair whose elements are hashed |
Created with MrDocs