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