Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void sortedList()
45
{
46
std::list<int> l{36, 2, 5};
47
48
PrintSorted(l);
49
}
50
51
int main()
52
{
Callers
1
main
Function · 0.70
Calls
1
PrintSorted
Function · 0.70
Tested by
no test coverage detected