AZ
Size: a a a
AZ
AZ
P
AZ
P
AZ
AZ
P
AZ
AZ
P
P
AZ
AZ
auto r = myVector
| ranges::view::transform(f)
| ranges::view::filter(p)
| ranges::view::reverse;
>>= pipes::transform(g)
>>= pipes::demux(
pipes::push_back(output1),
pipes::filter(q) >>= pipes::push_back(output2));
AZ
P
AZ
AZ
P
AZ