Assignment operators

Synopses

Declared in <util/tokenpipe.h>

Deleted copy assignment; the pipe is move‐only.

TokenPipe&
operator=(TokenPipe const& other) = delete;

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

Return Value

a reference to this pipe

Parameters

Name

Description

other

the pipe that would be copied

Created with MrDocs