
Episode 113: The C++26 Pipeline Operator with Barry Revzin!
Algorithms + Data Structures = Programs
00:00
The Pipeline Operator
The idea of the operator is that, so we have, we have ranges, we have range at three and the way that ranges works is it has certain kinds of algorithms are things that you can pipe into. Instead of writing f of x, you can write x pipe f. And those algorithms are all the range dappers, right? So you can have some range pipe into views, transform pipes into views filter or pipe into views join. That gives you this nice linear flow of the work that's being done,. which makes it like much nicer to read since a lot of these things take a second argument in addition to the range. The other problem is that there's a bunch of other
Transcript
Play full episode