MCPcopy Create free account
hub / github.com/Apress/design-patterns-in-modern-cpp / ~Pingable

Method ~Pingable

Structural/Proxy/proxy.cpp:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107struct Pingable
108{
109 virtual ~Pingable() = default;
110 virtual wstring ping(const wstring& message) = 0;
111};
112

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected