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

Method draw

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

Source from the content-addressed store, hash-verified

51
52struct Circle {
53 void draw(std::ostream &out) const { out << "Circle"; }
54};
55
56struct Triangle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected