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

Method ~Image

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

Source from the content-addressed store, hash-verified

40struct Image
41{
42 virtual ~Image() = default;
43 virtual void draw() = 0;
44};
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected