Improving Stability with Modern C++, Part 3 — The auto Keyword
First steps using modern C++
Improving Stability with Modern C++, Part 3 — The
autoKeyword
by Ralph Kootker, FactSet
From the article:
Beginning with C++11,
autotriggers type deduction similar to how templates work. It enables code to be more concise, can improve readability, and in some cases even improve performance.

