Skip to content

Instantly share code, notes, and snippets.

@bassosimone
Created November 15, 2017 11:30
Show Gist options
  • Save bassosimone/c5c894e3d1c490c2b5bb846d75801aea to your computer and use it in GitHub Desktop.
Save bassosimone/c5c894e3d1c490c2b5bb846d75801aea to your computer and use it in GitHub Desktop.
#include <map>
#include <string>
int main() {
std::map<std::string, std::string> map;
auto x = map.at("foo");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment