Move‐constructs an endpoint, taking ownership of the other's descriptor.
Synopsis
Declared in <util/tokenpipe.h>
TokenPipeEnd(TokenPipeEnd&& other);
Parameters
Name |
Description |
other |
the endpoint to move from, left closed afterwards |
Created with MrDocs