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

Function draw

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

Source from the content-addressed store, hash-verified

28using drawable_t = te::poly<Drawable, te::local_storage<16>>;
29
30void draw(drawable_t const &drawable) { drawable.draw(std::cout); }
31
32int main() {
33 draw(Circle{}); // prints Circle

Callers 1

mainFunction · 0.70

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected