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);

Created with MrDocs