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