Skip to content

Instantly share code, notes, and snippets.

@rep-movsd
Last active May 16, 2016 19:33
Show Gist options
  • Save rep-movsd/57a4bd2915e28d94facdb02b964dc6ba to your computer and use it in GitHub Desktop.
Save rep-movsd/57a4bd2915e28d94facdb02b964dc6ba to your computer and use it in GitHub Desktop.
One liner tokenizer (wont work)
vector<int> v(istream_iterator<int>(istringstream(s)), istream_iterator<int>());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment