Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
int main() {
Callers
1
main
Function · 0.45
Calls
2
print
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected