Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ draw
Method
draw
example/polymorphism/templates.cpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
public:
16
explicit App(const TDrawable drawable) : drawable(drawable) {}
17
void draw(std::ostream& out) const { drawable.draw(out); }
18
19
private:
20
const TDrawable drawable;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected