[#TokenPipeEnd-2constructor-01] = xref:TokenPipeEnd.adoc[TokenPipeEnd]::TokenPipeEnd :relfileprefix: ../ :mrdocs: Deleted copy constructor; the endpoint is move‐only. == Synopsis Declared in `<util/tokenpipe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TokenPipeEnd(xref:TokenPipeEnd.adoc[TokenPipeEnd] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | the endpoint that would be copied |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#