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

Class Square

test/te.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48struct Square {
49 void draw(std::ostream &out) const { out << "Square"; }
50};
51
52struct Circle {
53 void draw(std::ostream &out) const { out << "Circle"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected