[#TokenPipeEnd-operator_assign-0b] = xref:TokenPipeEnd.adoc[TokenPipeEnd]::operator= :relfileprefix: ../ :mrdocs: Assignment operators == Synopses Declared in `<util/tokenpipe.h>` Deleted copy assignment; the endpoint is move‐only. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TokenPipeEnd.adoc[TokenPipeEnd]& xref:TokenPipeEnd/operator_assign-00.adoc[operator=](xref:TokenPipeEnd.adoc[TokenPipeEnd] const& other) = delete; ---- [.small]#xref:TokenPipeEnd/operator_assign-00.adoc[_» more..._]# Move‐assigns an endpoint, closing this one and taking the other's descriptor. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TokenPipeEnd.adoc[TokenPipeEnd]& xref:TokenPipeEnd/operator_assign-06.adoc[operator=](xref:TokenPipeEnd.adoc[TokenPipeEnd]&& other); ---- [.small]#xref:TokenPipeEnd/operator_assign-06.adoc[_» more..._]# == 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]#