MCPcopy Create free account
hub / github.com/boost-ext/te / draw

Method draw

example/injection.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 using te::poly<Drawable>::poly;
18
19 void draw(std::ostream &out) const {
20 te::call([](auto const &self, auto &out) { self.draw(out); }, *this, out);
21 }
22};
23
24struct Square {

Callers

nothing calls this directly

Calls 1

callFunction · 0.50

Tested by

no test coverage detected