Are you using them?
C++20 Ranges Algorithms - 7 Non-modifying Operations
by Bartlomiej Filipek
From the article:
C++20’s Ranges offer alternatives for most of <algorithm>'s'. This time I’d like to show you ten non-modifying operations. We’ll compare them with the “old” standard version and see their benefits and limitations.
Let’s go...
Add a Comment
Comments are closed.