Pass the specified input to the specified hashAlg, where hashAlg is a hashing algorithm.
Synopsis
Declared in <bslstl_optional.h>
template<
class t_HASHALG,
class t_TYPE>
void
hashAppend(
t_HASHALG& hashAlg,
optional<t_TYPE> const& input);
Created with MrDocs