void func() { std::vectorstd::string vecOfString(5, "Hi");
for (std::string str : vecOfStr) std::cout <