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