Skip to content

Instantly share code, notes, and snippets.

@gregorleban
Created November 20, 2020 08:57
Show Gist options
  • Save gregorleban/7b073f5161b3414ab624b73811ee9da8 to your computer and use it in GitHub Desktop.
Save gregorleban/7b073f5161b3414ab624b73811ee9da8 to your computer and use it in GitHub Desktop.
c++ glib iterator
TStrV AllSourceLocationUriV;
for (const TStr& LocUri : SourceLocationUriV) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment