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

Method draw

example/injection.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

drawMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected