Improving Stability with Modern C++, Part 3 — The auto Keyword

First steps using modern C++

Improving Stability with Modern C++, Part 3 — The auto Keyword

by Ralph Kootker, FactSet

From the article:

Beginning with C++11, auto triggers type deduction similar to how templates work. It enables code to be more concise, can improve readability, and in some cases even improve performance.

 

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.