When we iterate over std::vector<std::string>, we can directly assign each element to StringRef. We do not need to go through separate statements.
34 KiB
34 KiB
When we iterate over std::vector<std::string>, we can directly assign each element to StringRef. We do not need to go through separate statements.