[#MuHash3072-Insert] = xref:MuHash3072.adoc[MuHash3072]::Insert :relfileprefix: ../ :mrdocs: Insert a single piece of data into the set. == Synopsis Declared in `<crypto/muhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:MuHash3072.adoc[MuHash3072]& Insert(std::span<unsigned char const> in) noexcept; ---- == Return Value Reference to this object, to allow chaining. == Parameters [cols="1,4"] |=== | Name| Description | *in* | The data element to add to the set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#