[#TokenPipe-operator_assign-0d] = xref:TokenPipe.adoc[TokenPipe]::operator= :relfileprefix: ../ :mrdocs: Assignment operators == Synopses Declared in `<util/tokenpipe.h>` Deleted copy assignment; the pipe is move‐only. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TokenPipe.adoc[TokenPipe]& xref:TokenPipe/operator_assign-0f.adoc[operator=](xref:TokenPipe.adoc[TokenPipe] const& other) = delete; ---- [.small]#xref:TokenPipe/operator_assign-0f.adoc[_» more..._]# Move‐assigns a pipe, closing this one and taking the other's descriptors. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TokenPipe.adoc[TokenPipe]& xref:TokenPipe/operator_assign-0b.adoc[operator=](xref:TokenPipe.adoc[TokenPipe]&& other); ---- [.small]#xref:TokenPipe/operator_assign-0b.adoc[_» more..._]# == Return Value a reference to this pipe == Parameters [cols="1,4"] |=== | Name| Description | *other* | the pipe that would be copied |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#