Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ Circle
Class
Circle
example/combined.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
};
25
26
struct Circle {
27
void draw(std::ostream &out) const { out <<
"Circle"
; }
28
};
29
30
void draw(Drawable const &drawable) { drawable.draw(std::cout); }
31
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected