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

Function draw

example/unified.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42struct Circle {};
43
44void draw(Circle const &, std::ostream &out) { out << "Non-member Circle"; }
45
46void draw(te::poly<Drawable> const &drawable) { drawable.draw(std::cout); }
47

Callers 2

drawMethod · 0.70
mainFunction · 0.70

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected