Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
void sortedVector()
21
{
22
std::vector<int> v{30, 4, 22, 5};
23
24
PrintSorted(v);
25
}
26
27
#ifdef WILL_NOT_COMPILE
28
void sortedList()
Callers
1
main
Function · 0.70
Calls
1
PrintSorted
Function · 0.70
Tested by
no test coverage detected