TokenPipeEnd::operator=

Move-assigns an endpoint, closing this one and taking the other's descriptor.

Synopsis

Declared in <util/tokenpipe.h>

TokenPipeEnd&
operator=(TokenPipeEnd&& other);

Return Value

a reference to this endpoint

Parameters

NameDescription
otherthe endpoint to move from, left closed afterwards