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/52a2cf48ed44739fd81d to your computer and use it in GitHub Desktop.
Save thiagomg/52a2cf48ed44739fd81d to your computer and use it in GitHub Desktop.
Lambda decltype
//More restrict
auto f2 = [&b](auto v) -> decltype(v*b) {
return v*b;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment