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

Function zero_vals

dlib/test/any_function.cpp:49–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10;}
48
49 void zero_vals( int& a, int& b, int& c, int& d, int& e, int& f, int& g, int& h, int& i, int& j)
50 { a = 0; b = 0; c = 0; d = 0; e = 0; f = 0; g = 0; h = 0; i = 0; j = 0;}
51
52// ----------------------------------------------------------------------------------------
53

Callers 1

run_test3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected