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

Method run

doc/bloomberg-2018/example/inheritance.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 : reader{reader}, printer{printer} {}
48
49 void run() {
50 printer->print(reader->read());
51 }
52};
53
54int main() {

Callers 1

mainFunction · 0.45

Calls 2

printMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected