Skip to content

Instantly share code, notes, and snippets.

@astamatto
Created October 5, 2016 20:44
Show Gist options
  • Save astamatto/4736ee0ffdcc0ffbdc0e39188cf3c455 to your computer and use it in GitHub Desktop.
Save astamatto/4736ee0ffdcc0ffbdc0e39188cf3c455 to your computer and use it in GitHub Desktop.
auto it = find_if( vetor.begin(), vetor.end(),
[](auto& elemento){ return elemento.first == chaveBuscada;} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment