HTTPRemoteClient::operator=

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

NameDescription
otherThe client that would be assigned from.