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

Method run

doc/bloomberg-2018/example/no_raw_pointers.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 : reader{reader}, printer{printer} {}
49
50 void run() {
51 printer->print(reader->read());
52 }
53};
54
55namespace di = boost::di;

Callers 1

mainFunction · 0.45

Calls 2

printMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected