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