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

Name

Description

other

the pipe to move from, left with closed descriptors

Created with MrDocs