TokenPipe::operator=

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

Synopsis

Declared in <util/tokenpipe.h>

TokenPipe&
operator=(TokenPipe&& other);

Return Value

a reference to this pipe

Parameters

NameDescription
otherthe pipe to move from, left with closed descriptors