TokenPipeEnd::operator=

Assignment operators

Synopses

Declared in <util/tokenpipe.h>

Deleted copy assignment; the endpoint is move-only.

TokenPipeEnd&
operator=(TokenPipeEnd const& other) = delete;
» more...

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

TokenPipeEnd&
operator=(TokenPipeEnd&& other);
» more...

Return Value

a reference to this endpoint

Parameters

NameDescription
otherthe endpoint that would be copied