on top of stl ranges exposing more functionality that i can reuse and not have to write myself? Like I want to split a view into two on basis of some predicate
You would generally need to implement that yourself using Kahn's algorithm or something similar
There is chunk_by but if the predicate spans multiple elements it is too clunky to use
I wanted to split things by CRLF and it got so annoying with standard ranges I just wanted to use my own buffer manipulation library
Yeah I did something similar
Обсуждают сегодня