joboccara/pipes

Allow aggregation of pipes into reusable components

Closed this issue · 1 comments

Suggested by TH in point 3) of this comment.
For example:
auto pipe = (filter >>= transform)
A >>= pipe >>= B;

This is now implemented.