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

Method ping

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

Source from the content-addressed store, hash-verified

113struct Pong : Pingable
114{
115 wstring ping(const wstring& message) override
116 {
117 return message + L" pong";
118 }
119};
120
121#include <cpprest/http_client.h>

Callers 1

tryitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected