TokenPipe::TokenPipe

Constructors

Synopses

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...

Parameters

NameDescription
otherthe pipe that would be copied