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

Method draw

example/override.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51struct Circle {
52 void draw(std::ostream &out, const std::string &v) const {
53 out << v << "::Circle";
54 }
55};
56
57template <class T, class... Ts>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected