[#FSChaCha20Poly1305-2constructor-0e] = xref:FSChaCha20Poly1305.adoc[FSChaCha20Poly1305]::FSChaCha20Poly1305 :relfileprefix: ../ :mrdocs: Deleted copy constructor (the secret key must not be duplicated). == Synopsis Declared in `<crypto/chacha20poly1305.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FSChaCha20Poly1305(xref:FSChaCha20Poly1305.adoc[FSChaCha20Poly1305] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#