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

Method draw

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

Source from the content-addressed store, hash-verified

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

Callers 1

drawFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected