[#MuHash3072-operator_star_eq] = xref:MuHash3072.adoc[MuHash3072]::operator*= :relfileprefix: ../ :mrdocs: Multiply, resulting in a hash for the union of the sets. == Synopsis Declared in `<crypto/muhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:MuHash3072.adoc[MuHash3072]& operator*=(xref:MuHash3072.adoc[MuHash3072] const& mul) noexcept; ---- == Return Value Reference to this object, to allow chaining. == Parameters [cols="1,4"] |=== | Name| Description | *mul* | The hash to multiply into this one. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#