[#FSChaCha20Poly1305-operator_assign-0bf] = xref:FSChaCha20Poly1305.adoc[FSChaCha20Poly1305]::operator= :relfileprefix: ../ :mrdocs: Assignment operators == Synopses Declared in `<crypto/chacha20poly1305.h>` Deleted copy assignment (the secret key must not be duplicated). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FSChaCha20Poly1305.adoc[FSChaCha20Poly1305]& xref:FSChaCha20Poly1305/operator_assign-0b7.adoc[operator=](xref:FSChaCha20Poly1305.adoc[FSChaCha20Poly1305] const& other) = delete; ---- [.small]#xref:FSChaCha20Poly1305/operator_assign-0b7.adoc[_» more..._]# Deleted move assignment (the secret key must not be duplicated). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FSChaCha20Poly1305.adoc[FSChaCha20Poly1305]& xref:FSChaCha20Poly1305/operator_assign-0be.adoc[operator=](xref:FSChaCha20Poly1305.adoc[FSChaCha20Poly1305]&& other) = delete; ---- [.small]#xref:FSChaCha20Poly1305/operator_assign-0be.adoc[_» more..._]# == Return Value A reference to this instance. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#