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

Method Example

example/injection.cpp:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32class Example {
33 public:
34 Example(Drawable const drawable, std::ostream &out)
35 : drawable{drawable}, out{out} {}
36
37 void draw() { drawable.draw(out); }
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected