Constructors

Synopses

Declared in <util/tokenpipe.h>

Deleted copy constructor; the pipe is move‐only.

TokenPipe(TokenPipe const& other) = delete;

Move‐constructs a pipe, taking ownership of the other's file descriptors.

TokenPipe(TokenPipe&& other);

Parameters

Name

Description

other

the pipe that would be copied

Created with MrDocs