MCPcopy Create free account
hub / github.com/boost-ext/di / main

Function main

example/fwd_bindings.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38int main() {
39 /*<<make injector configuration>>*/
40 auto injector = configuration();
41 assert(dynamic_cast<implementation*>(injector.create<std::unique_ptr<interface>>().get()));
42}

Callers

nothing calls this directly

Calls 2

configurationClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected