MCPcopy Create free account
hub / github.com/davisking/dlib / print

Function print

examples/parallel_for_ex.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24// ----------------------------------------------------------------------------------------
25
26void print(const std::vector<int>& vect)
27{
28 for (unsigned long i = 0; i < vect.size(); ++i)
29 {
30 cout << vect[i] << endl;
31 }
32 cout << "\n**************************************\n";
33}
34
35// ----------------------------------------------------------------------------------------
36

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected