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

Class Circle

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

Source from the content-addressed store, hash-verified

29};
30
31struct Circle {
32 void draw(std::ostream &out) { out << "Circle"; }
33};
34
35void draw(Drawable drawable) { drawable.draw(std::cout); }
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected