[#TokenPipe-operator_assign-0b] = xref:TokenPipe.adoc[TokenPipe]::operator= :relfileprefix: ../ :mrdocs: Move‐assigns a pipe, closing this one and taking the other's descriptors. == Synopsis Declared in `<util/tokenpipe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TokenPipe.adoc[TokenPipe]& operator=(xref:TokenPipe.adoc[TokenPipe]&& other); ---- == Return Value a reference to this pipe == Parameters [cols="1,4"] |=== | Name| Description | *other* | the pipe to move from, left with closed descriptors |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#