Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/design-patterns-in-modern-cpp
/ draw
Method
draw
Structural/Proxy/proxy.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void draw() override
54
{
55
cout <<
"Drawing image"
<< endl;
56
}
57
};
58
59
struct LazyBitmap : Image
Callers
2
draw
Method · 0.45
draw_image
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected