Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ main
Function
main
example/polymorphism/inheritance.cpp:37–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
};
36
37
int main() {
38
std::stringstream str{};
39
auto example = config().create<App>();
40
example.draw(str);
41
assert(
"Square"
== str.str());
42
}
Callers
nothing calls this directly
Calls
2
config
Class · 0.50
draw
Method · 0.45
Tested by
no test coverage detected