iteration
| std::unordered_map<std::string, int> m; | |
| // ... | |
| for (const auto& [key, value] : m) { | |
| // ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| std::unordered_map<std::string, int> m; | |
| // ... | |
| for (const auto& [key, value] : m) { | |
| // ... | |
| } |