One big of c++20.
C++20: The Ranges Library
by Rainer Grimm
From the article:
Thanks to the ranges library in C++20, working with the Standard Template Library (STL) will become much more comfortable and powerful. The algorithms of the ranges library are lazy, can work directly on the container and can easily be composed. To make it short: The comfort and the power of the ranges library are due to its functional ideas. Let me show you what that means...
Add a Comment
Comments are closed.