C++20 Ranges from scratch


Details
We are re-launching live meetings at a new location.
This talk is a summary of a promising Standard Library: Ranges introduced in C++20. From basic concepts to advanced algorithms. Thanks to the Ranges superset predecessor by Eric Niebler, the STL is now enriched with some of the components from the well-known Range-v3 library. Its view adaptors have proven that combining algorithms and iterators can facilitate a framework that would be easily composable, convenient in use, and versatile. Even though the attractive things that Ranges offer may seem new, they are a continuation and an extension of the iterators we have already been using for years.
Presenter: Paweł Paruzel, a C++ passionate, currently working for Sabre Polska.
COVID-19 safety measures

C++20 Ranges from scratch