TokenPipeEnd::operator=

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

NameDescription
otherthe endpoint that would be copied