Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created February 15, 2018 13:26
Show Gist options
  • Save deque-blog/5089340c153f084b91393f658a8b3f26 to your computer and use it in GitHub Desktop.
Save deque-blog/5089340c153f084b91393f658a8b3f26 to your computer and use it in GitHub Desktop.
for (auto const& pair : map) {
auto const& key = pair.first;
auto const& value = pair.second;
//... do something with the key and value
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment