TokenPipe::operator=

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

NameDescription
otherthe pipe that would be copied