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