Function Composition from C++17 to C++23(freshsources.com)
freshsources.com
Function Composition from C++17 to C++23
https://freshsources.com/code-capsules/composing-functions/
1 comments
To illustrate how C++ has evolved over that last decade or so I took a function composition example written C++17 and took it through C++20 and C++23 versions. Illustrates ranges, modules and functional programming in a small, self-contained example.