Did you use it?
C++ 17 Class Templates: CTAD and Type Deduction Guide
by Gajendra Gulgulia
From the article:
This article aims to demonstrate the CTAD feature and how to force C++ to deduce type specifically for class templates with the explicit type deduction guides available since C++17.
Add a Comment
Comments are closed.