Deleted copy constructor; the pipe is move‐only.

Synopsis

Declared in <util/tokenpipe.h>

TokenPipe(TokenPipe const& other) = delete;

Parameters

Name

Description

other

the pipe that would be copied

Created with MrDocs