Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ Circle
Class
Circle
test/te.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
};
51
52
struct Circle {
53
void draw(std::ostream &out) const { out <<
"Circle"
; }
54
};
55
56
struct Triangle {
57
void draw(std::ostream &out) const { out <<
"Triangle"
; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected