Constructors
Declared in <util/tokenpipe.h>
Deleted copy constructor; the pipe is move-only.
TokenPipe(TokenPipe const& other) = delete;
» more...
Move-constructs a pipe, taking ownership of the other's file descriptors.
TokenPipe(TokenPipe&& other);
» more...
| Name | Description |
|---|---|
| other | the pipe that would be copied |