Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ impl1
Method
impl1
extension/test/injector.cpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
struct impl1 : i1 {
29
explicit impl1(std::unique_ptr<i2> sp2) { assert(sp2->bar() == 99); }
30
int foo() const override { return 42; }
31
};
32
Callers
nothing calls this directly
Calls
1
bar
Method · 0.45
Tested by
no test coverage detected