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

Function draw

example/nonowning.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35void draw(Drawable drawable) { drawable.draw(std::cout); }
36
37int main() {
38 Circle c{};

Callers 1

mainFunction · 0.70

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected