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