C++ Insights Episode 64: C++20 Guideline: When to Use auto in Function Parameters
I published a new C++ insights episode: C++20 Guideline: When to Use auto in Function Parameters.
In this episode, you'll learn a guideline for effectively using C++20's abbreviated function template parameters.
Source code: https://cppinsights.io/s/ac84b2c6 and https://cppinsights.io/s/5b92747b
Andreas