Skip to content

Instantly share code, notes, and snippets.

@ilpropheta
Created January 1, 2017 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilpropheta/033be7bc281557af0b74375563299dc7 to your computer and use it in GitHub Desktop.
Save ilpropheta/033be7bc281557af0b74375563299dc7 to your computer and use it in GitHub Desktop.
map<string, UserProfile, less<>> nameToProfile;
nameToProfile.find(sv); // won't create a temporary string for the key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment