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

Method draw

example/forward.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected