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

Function draw

example/drawable.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28void draw(te::poly<Drawable> const &drawable) { drawable.draw(std::cout); }
29
30int main() {
31 draw(Circle{}); // prints Circle

Callers 1

mainFunction · 0.70

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected