Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ sortedList
Function
sortedList
01.40-printSorted0/main.cpp:28–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
#ifdef WILL_NOT_COMPILE
28
void sortedList()
29
{
30
std::list<int> l{36, 2, 5};
31
32
PrintSorted(l);
33
}
34
35
#endif
36
Callers
nothing calls this directly
Calls
1
PrintSorted
Function · 0.70
Tested by
no test coverage detected