[#TokenPipe-2constructor-08] = xref:TokenPipe.adoc[TokenPipe]::TokenPipe :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<util/tokenpipe.h>` Deleted copy constructor; the pipe is move‐only. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TokenPipe/2constructor-0f.adoc[TokenPipe](xref:TokenPipe.adoc[TokenPipe] const& other) = delete; ---- [.small]#xref:TokenPipe/2constructor-0f.adoc[_» more..._]# Move‐constructs a pipe, taking ownership of the other's file descriptors. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TokenPipe/2constructor-00.adoc[TokenPipe](xref:TokenPipe.adoc[TokenPipe]&& other); ---- [.small]#xref:TokenPipe/2constructor-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | the pipe that would be copied |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#