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

Function main

example/tutorial/basic_split_your_configuration_expose.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111int main() {
112 auto use_gui_view = true;
113 auto injector = app_module(use_gui_view);
114 injector.create<app>();
115}

Callers

nothing calls this directly

Calls 1

app_moduleFunction · 0.85

Tested by

no test coverage detected