C++20: Pythonic with the Ranges Library

/
Today, I start an experiment. I want to implement beloved functions in Python in C++ using the ranges…

C++20: Functional Patterns with the Ranges Library

/
My last post C++20: The Ranges Library, gave you the first impression of the ranges library. Today's…

C++20: The Ranges Library

/
Thanks to the ranges library in C++20, working with the Standard Template Library (STL) will become much…
TimelineCpp20Concepts

Concepts in C++20: An Evolution or a Revolution?

/
Let me conclude my series to concepts with this meta-post. Are concepts an evolution or a revolution…