Pass the specified input to the specified hashAlg, where hashAlg is a hashing algorithm.
Synopsis
Declared in <bslstl_variant.h>
template<
class t_HASHALG,
class t_HEAD,
class... t_TAIL>
void
hashAppend(
t_HASHALG& hashAlg,
variant<t_HEAD, t_TAIL...> const& input);
Parameters
Name |
Description |
hashAlg |
hashing algorithm used to compute the hash |
input |
variant value to incorporate into the hash |
Created with MrDocs