Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Method
draw
example/override.cpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
struct Square {
46
void draw(std::ostream &out, const std::string &v) const {
47
out << v <<
"::Square"
;
48
}
49
};
50
51
struct Circle {
Callers
1
draw
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected