Modern Effective C+ - Use decltype to forward auto parameters
zeroingTheDot
April 30, 2018
C++14 introduces generic lambdas,where you can specify the parameters as auto. We can pass variable of any type to these lambdas. But since...
Modern Effective C+ - Use decltype to forward auto parameters
Reviewed by zeroingTheDot
on
April 30, 2018
Rating:
