[#MuSig2SecNonce-operator_assign-0f] = xref:MuSig2SecNonce.adoc[MuSig2SecNonce]::operator= :relfileprefix: ../ :mrdocs: Move‐assign, taking ownership of another holder's secret nonce. == Synopsis Declared in `<musig.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:MuSig2SecNonce.adoc[MuSig2SecNonce]& operator=(xref:MuSig2SecNonce.adoc[MuSig2SecNonce]&& other) noexcept; ---- == Return Value A reference to this holder. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The holder to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#