Move‐assigns an endpoint, closing this one and taking the other's descriptor.
Synopsis
Declared in <util/tokenpipe.h>
TokenPipeEnd&
operator=(TokenPipeEnd&& other);
Return Value
a reference to this endpoint
Parameters
Name |
Description |
other |
the endpoint to move from, left closed afterwards |
Created with MrDocs