MCPcopy 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
18fruit::Component<I> module() {
19 return fruit::createComponent();
20 //.bind<I, Impl>();
21}
22
23int main() {
24 fruit::Injector<I> injector{module()};

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected