Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
void 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
78
int main(void)
79
{
Callers
1
main
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected