Using auto and type deduction

In this recipe, we will learn how the compiler handles the auto keyword, specifically for type deduction. This recipe is important because how auto is handled is not intuitive, and without a clear understanding of how auto works, your code will likely contain bugs and performance issues. The topics included in this recipe have a general description of auto, type deduction, forwarding (or universal) references, l-values, and r-values.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset