TokenPipe::operator=

Assignment operators

Synopses

Declared in <util/tokenpipe.h>

Deleted copy assignment; the pipe is move-only.

TokenPipe&
operator=(TokenPipe const& other) = delete;
» more...

Move-assigns a pipe, closing this one and taking the other's descriptors.

TokenPipe&
operator=(TokenPipe&& other);
» more...

Return Value

a reference to this pipe

Parameters

NameDescription
otherthe pipe that would be copied