Range Concepts, To Infinity And Beyond
The 4th part in Erics series on ranges:
Range Concepts, Part 4 of 4: To Infinity And Beyond
by Eric Niebler
From the Article:
Last time, I introduced a new concept, Iterable, and showed how it solved many of the problems with pair-of-iterator-style ranges. This time around, I’m going to extend Iterable in small ways to make programming with infinite ranges safer and more efficient. Disclaimer: The ideas in this post are more speculative than in the previous three. I’m looking forward to the disucussion.


Did you know that
As the community continues to absorb the new modern C++ features, we'd like to share this brief and accessible overview: