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

Class Circle

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

Source from the content-addressed store, hash-verified

26};
27
28struct Circle {
29 void draw(std::ostream &out) const { out << "Circle"; }
30};
31
32class Example {
33 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected