What is a range?
Šimon Tóth
A range of elements was a very simple concept. Until C++20.
C++20 codified the concept of a range, a view, a common range, a borrowed range, a sized range...
After attending this talk, you will have a good understanding of the different types of ranges introduced in C++20, their limitations and implications on performance.
Šimon Tóth
After more than 20 years of C++ in commercial settings, I now spend my time teaching and writing about C++.