Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / C++17

DIY µ-range: The Very Versatile Range View / Iterator Pair

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
8 Dec 2021CPOL5 min read 9.6K   3  
A simple pair of iterators provides many handy use cases
With C++17, you can make use of the range idea in just a few lines of code — no huge infrastructure or metaprogramming needed! In this article, you will learn about a simple pair of iterators which provide many handy use cases.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions