MCPcopy Create free account
hub / github.com/chronoxor/CppServer / ~HTTPSServer

Method ~HTTPSServer

include/server/http/https_server.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 HTTPSServer(const HTTPSServer&) = delete;
35 HTTPSServer(HTTPSServer&&) = delete;
36 virtual ~HTTPSServer() = default;
37
38 HTTPSServer& operator=(const HTTPSServer&) = delete;
39 HTTPSServer& operator=(HTTPSServer&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected