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

Method draw

test/te.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48struct Square {
49 void draw(std::ostream &out) const { out << "Square"; }
50};
51
52struct Circle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected