[#TokenPipe-2constructor-00] = xref:TokenPipe.adoc[TokenPipe]::TokenPipe :relfileprefix: ../ :mrdocs: Move‐constructs a pipe, taking ownership of the other's file descriptors. == Synopsis Declared in `<util/tokenpipe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TokenPipe(xref:TokenPipe.adoc[TokenPipe]&& other); ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | the pipe to move from, left with closed descriptors |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#