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

Class Square

example/unified.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38struct Square {
39 void draw(std::ostream &out) const { out << "Member Square"; }
40};
41
42struct Circle {};
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected