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

Class Square

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected