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