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