Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Method
draw
example/combined.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
using te::poly<Drawable>::poly;
16
17
void draw(std::ostream &out) const {
18
te::call([](auto const &self, auto &out) { self.draw(out); }, *this, out);
19
}
20
};
21
22
struct Square {
Callers
nothing calls this directly
Calls
1
call
Function · 0.50
Tested by
no test coverage detected