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

Class Circle

example/forward.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23struct Circle {
24 void draw(std::ostream &out) const { out << "Circle"; }
25};
26
27// cpp
28void draw(te::poly<Drawable> const &drawable) { drawable.draw(std::cout); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected