1 What is deducing this?
A new way of declaring non-static member functions that will allow for deducing the type and value category of the class instance parameter while still being invocable with regular member function syntax.
简单的说,就是让非静态成员函数的 this
参数成为一个显式参数。而不破坏以前的调用成员函数的语法。