MCPcopy Create free account
hub / github.com/OAID/Tengine / show_string_vector

Function show_string_vector

internal/tests/core/test/test_base_object.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68};
69
70void show_string_vector(const std::vector<std::string>& vec)
71{
72 for(unsigned int i = 0; i < vec.size(); i++)
73 {
74 std::cout << i << ": " << vec[i] << std::endl;
75 }
76}
77
78int main(void)
79{

Callers 1

mainFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected