Pretty cool new feature of C++17!
Modern C++ Features – Class Template Argument Deduction
by Arne Mertz
From the article:
With C++17, we get class template argument deduction. It is based on template argument deduction for function templates and allows us to get rid of the need for clumsy make_XXX functions.
Add a Comment
Comments are closed.