C++ Insights Episode 61: C++20 NTTP Gets another Boost: Structural Types as Template Parameters

I published a new C++ insights episode: C++20 NTTP Gets another Boost: Structural Types as Template Parameters.

In this episode, you learn about another useful addition of NTTPs in C++20, where you can now use structural types as template parameters.

Source code: https://compiler-explorer.com/z/3c9ch6E9j and https://cppinsights.io/s/01e7773c

Andreas