Skip to content

Instantly share code, notes, and snippets.

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/3dc0ab90526c3417ff16d5cd5cdbb357 to your computer and use it in GitHub Desktop.
Save ilpropheta/3dc0ab90526c3417ff16d5cd5cdbb357 to your computer and use it in GitHub Desktop.
cout << inner_product(next(begin(s)), end(s),
begin(s),
0,
plus<>{},
equal_to<>{});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment