Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/di
/ module
Function
module
benchmark/bind_error/fruit.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
};
17
18
fruit::Component<I> module() {
19
return fruit::createComponent();
20
//.bind<I, Impl>();
21
}
22
23
int main() {
24
fruit::Injector<I> injector{module()};
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected