Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Function
draw
example/unified.cpp:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
struct Circle {};
43
44
void draw(Circle const &, std::ostream &out) { out <<
"Non-member Circle"
; }
45
46
void draw(te::poly<Drawable> const &drawable) { drawable.draw(std::cout); }
47
Callers
2
draw
Method · 0.70
main
Function · 0.70
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected