MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / sortedVector

Function sortedVector

01.40-printSorted0/main.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void sortedVector()
21{
22 std::vector<int> v{30, 4, 22, 5};
23
24 PrintSorted(v);
25}
26
27#ifdef WILL_NOT_COMPILE
28void sortedList()

Callers 1

mainFunction · 0.70

Calls 1

PrintSortedFunction · 0.70

Tested by

no test coverage detected