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