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

Method draw

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

Source from the content-addressed store, hash-verified

28
29struct Triangle {
30 void draw(std::ostream &out) const { out << "Triangle"; }
31};
32
33int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected