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