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

Method draw

example/polymorphism/function.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 public:
23 explicit App(const Drawable drawable) : drawable{drawable} {}
24 void draw(std::ostream& out) const { drawable(out); }
25
26 private:
27 const Drawable drawable;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected