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

Function main

example/polymorphism/inheritance.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37int main() {
38 std::stringstream str{};
39 auto example = config().create<App>();
40 example.draw(str);
41 assert("Square" == str.str());
42}

Callers

nothing calls this directly

Calls 2

configClass · 0.50
drawMethod · 0.45

Tested by

no test coverage detected