Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Function
draw
example/storage.cpp:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
using drawable_t = te::poly<Drawable, te::local_storage<16>>;
29
30
void draw(drawable_t const &drawable) { drawable.draw(std::cout); }
31
32
int main() {
33
draw(Circle{}); // prints Circle
Callers
1
main
Function · 0.70
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected