Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created August 27, 2015 18:23
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 thiagomg/033f1a7d68f234343f0c to your computer and use it in GitHub Desktop.
Save thiagomg/033f1a7d68f234343f0c to your computer and use it in GitHub Desktop.
Lambda auto
//Super duper automatic
auto f1 = [&b](auto v) {
return v*b;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment