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