[#FSChaCha20-operator_assign-08] = xref:FSChaCha20.adoc[FSChaCha20]::operator= :relfileprefix: ../ :mrdocs: Assignment operators == Synopses Declared in `<crypto/chacha20.h>` Deleted copy assignment (the secret key must not be duplicated). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FSChaCha20.adoc[FSChaCha20]& xref:FSChaCha20/operator_assign-0c.adoc[operator=](xref:FSChaCha20.adoc[FSChaCha20] const& other) = delete; ---- [.small]#xref:FSChaCha20/operator_assign-0c.adoc[_» more..._]# Deleted move assignment (the secret key must not be duplicated). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FSChaCha20.adoc[FSChaCha20]& xref:FSChaCha20/operator_assign-0b.adoc[operator=](xref:FSChaCha20.adoc[FSChaCha20]&& other) = delete; ---- [.small]#xref:FSChaCha20/operator_assign-0b.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]#