Deleted copy assignment; clients are only used through shared pointers.
Synopsis
Declared in <httpserver.h>
HTTPRemoteClient&
operator=(HTTPRemoteClient const& other) = delete;
Return Value
Reference to the current object
Parameters
Name |
Description |
other |
The client that would be assigned from. |
Created with MrDocs