Tuesday, November 21, 2017

C++17: Automatic Deduction Guides - Fictional Template Functions

C++17 creates three kinds of fictional template functions to represent class template constructors: 1) those based on actually declared constructors; 2) one based on a hypothetical default constructor; and 3) one based on a hypothetical copy constructor.


No comments:

Post a Comment