[#TokenPipe-operator_assign-0f] = xref:TokenPipe.adoc[TokenPipe]::operator= :relfileprefix: ../ :mrdocs: Deleted copy assignment; the pipe is move‐only. == Synopsis Declared in `<util/tokenpipe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TokenPipe.adoc[TokenPipe]& operator=(xref:TokenPipe.adoc[TokenPipe] const& other) = delete; ---- == 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]#