Deleted copy assignment; the endpoint is move‐only.

Synopsis

Declared in <util/tokenpipe.h>

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

Return Value

a reference to this endpoint

Parameters

Name

Description

other

the endpoint that would be copied

Created with MrDocs