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

Method draw

example/drawable.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

drawFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected