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