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