Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ run
Method
run
doc/cppnow-2017/example/static_polymorphism.cpp:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
App(TReader& reader, TViewer& viewer) : reader(reader), viewer(viewer) {}
39
40
void run() { viewer.show(reader.read()); }
41
};
42
43
int main() {
Callers
1
main
Function · 0.45
Calls
2
show
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected