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

Method draw

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

Source from the content-addressed store, hash-verified

27
28struct Circle {
29 void draw(std::ostream &out) const { out << "Circle"; }
30};
31
32class Example {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected