Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
namespace di = boost::di;
Callers
1
main
Function · 0.45
Calls
2
print
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected