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

Function main

doc/cppnow-2017/example/static_polymorphism.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43int main() {
44 FileReader reader{"input.txt"};
45 ConsoleViewer viewer{};
46 App<FileReader, ConsoleViewer>{reader, viewer}.run();
47 // App{reader, viewer}.run();
48}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected