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

Class Square

example/override.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43} // namespace v3
44
45struct Square {
46 void draw(std::ostream &out, const std::string &v) const {
47 out << v << "::Square";
48 }
49};
50
51struct Circle {
52 void draw(std::ostream &out, const std::string &v) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected