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

Function main

Examples/Modules/Chapter 18/Ex18_07/Ex18_07.cpp:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

buildStringArrayFunction · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected