Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Function
draw
example/forward.cpp:28–28 ·
view source on GitHub ↗
cpp
Source
from the content-addressed store, hash-verified
26
27
// cpp
28
void draw(te::poly<Drawable> const &drawable) { drawable.draw(std::cout); }
29
30
void Drawable::draw(std::ostream &out) const {
31
te::call([](auto const &self, auto &out) { self.draw(out); }, *this, out);
Callers
1
main
Function · 0.70
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected