Words
34
Reading
1 min
Listen
Play
2y
I think that I like std::ranges the most, because it's obvious what is going on just by looking at it. The C-like version is pretty clean too, but it's quite a bit more complex.
I think that I like std::ranges the most, because it's obvious what is going on just by looking at it. The C-like version is pretty clean too, but it's quite a bit more complex.
RE: Comparing C++ range libraries for filter+reverse case with non-trivial lambda