The STL algorithms are a pretty useful thing in C++. But one thing that kind of irks me is that they seem to lack composability.
For example, let\'s say I have a v
v
You're right. You can use Boost.Range adaptors to achieve composition.