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

Class Circle

example/override.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
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>
58void draw(te::poly<T> const &drawable, const Ts... args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected