Deleted copy constructor; the endpoint is move‐only.
Synopsis
Declared in <util/tokenpipe.h>
TokenPipeEnd(TokenPipeEnd const& other) = delete;
Parameters
Name |
Description |
other |
the endpoint that would be copied |
Created with MrDocs