Skip to content

Instantly share code, notes, and snippets.

@fabiogaluppo
Created November 5, 2015 23:13
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 fabiogaluppo/65cfd63ac47764be711e to your computer and use it in GitHub Desktop.
Save fabiogaluppo/65cfd63ac47764be711e to your computer and use it in GitHub Desktop.
std::iota(xs.begin(), xs.end(), make_iota_step(100, 100)); //xs = 100 200 300 400 500 600 700 800 900 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment