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

Method draw

example/container.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected