MCPcopy 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
17void Print_f(forward_list<int>& test)
18{
19 for(int iter : test) {
20 cout << iter << ' ';
21 }
22 cout << endl;
23}
24
25int main()
26{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected