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

Class Square

example/injection.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24struct Square {
25 void draw(std::ostream &out) const { out << "Square"; }
26};
27
28struct Circle {
29 void draw(std::ostream &out) const { out << "Circle"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected