Assignment operators
Synopses
Declared in <util/tokenpipe.h>
Deleted copy assignment; the endpoint is move‐only.
TokenPipeEnd&
operator=(TokenPipeEnd const& other) = delete;
Move‐assigns an endpoint, closing this one and taking the other's descriptor.
TokenPipeEnd&
operator=(TokenPipeEnd&& other);
Return Value
a reference to this endpoint
Parameters
Name |
Description |
other |
the endpoint that would be copied |
Created with MrDocs