[#TokenPipeEnd-operator_assign-00] = xref:TokenPipeEnd.adoc[TokenPipeEnd]::operator= :relfileprefix: ../ :mrdocs: Deleted copy assignment; the endpoint is move‐only. == Synopsis Declared in `<util/tokenpipe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TokenPipeEnd.adoc[TokenPipeEnd]& operator=(xref:TokenPipeEnd.adoc[TokenPipeEnd] const& other) = delete; ---- == Return Value a reference to this endpoint == Parameters [cols="1,4"] |=== | Name| Description | *other* | the endpoint that would be copied |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#