Move‐constructs a pipe, taking ownership of the other's file descriptors.
Synopsis
Declared in <util/tokenpipe.h>
TokenPipe(TokenPipe&& other);
Parameters
Name |
Description |
other |
the pipe to move from, left with closed descriptors |
Created with MrDocs