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

Function sortedList

01.42-printSorted1/main.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void sortedList()
45{
46 std::list<int> l{36, 2, 5};
47
48 PrintSorted(l);
49}
50
51int main()
52{

Callers 1

mainFunction · 0.70

Calls 1

PrintSortedFunction · 0.70

Tested by

no test coverage detected