Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ Print_f
Function
Print_f
STL/list.cpp:17–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void Print_f(forward_list<int>& test)
18
{
19
for(int iter : test) {
20
cout << iter <<
' '
;
21
}
22
cout << endl;
23
}
24
25
int main()
26
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected