Are there any C++ transformations which are similar to itertools.groupby()?
Of course I could easily write my own, but I\'d prefer to leverage the idiomatic behavior
I recently discovered cppitertools.
It fulfills this need exactly as described.
https://github.com/ryanhaining/cppitertools#groupby