MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / main

Function main

Examples/NoModules/Chapter 18/Ex18_07/Ex18_07.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17int main()
18{
19 std::vector<Array<std::string>> v;
20
21 v.push_back(buildStringArray(1'000));
22
23 std::cout << std::endl;
24
25 v.push_back(buildStringArray(2'000));
26}

Callers

nothing calls this directly

Calls 2

buildStringArrayFunction · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected