Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Method
draw
example/unified.cpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
struct Square {
39
void draw(std::ostream &out) const { out <<
"Member Square"
; }
40
};
41
42
struct Circle {};
Callers
2
Drawable
Class · 0.45
draw
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected