The series continue.
Template Argument Deduction of Class Templates
by Rainer Grimm
From the article:
In my last post Template Arguments, I wrote about function template type deduction (C++98) and auto type deduction (C++11). Today I wear more modern hats. I start with automatic type deduction of non-type template parameters and class templates (C++17) and finish with automatic type deduction of concepts (C++20).
Add a Comment
Comments are closed.