Function Composition from C++17 to C++23
Posted by chuckallison 5 hours ago
Comments
Comment by chuckallison 5 hours ago
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.