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

Method draw

example/combined.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26struct Circle {
27 void draw(std::ostream &out) const { out << "Circle"; }
28};
29
30void draw(Drawable const &drawable) { drawable.draw(std::cout); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected