Deleted copy assignment; the pipe is move‐only.

Synopsis

Declared in <util/tokenpipe.h>

TokenPipe&
operator=(TokenPipe const& other) = delete;

Return Value

a reference to this pipe

Parameters

Name

Description

other

the pipe that would be copied

Created with MrDocs