CppCon 2014: Scott Meyers “Type Deduction and Why You Care“
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at:
--
C 98 had template type deduction, and it worked so intuitively, there was little need to understand what took place under the covers. C 11 extends type deduction to include universal references, applies it to auto variables and lambda expressions, then throws in a special auto-only deduction rule. C 14 pushes the boundary further, adding two forms of function return type deduction (auto and decltype(auto)) for arbitrary functions and offering auto parameters for lambdas. The result is that what could be treated as a black box in C 98 has become a topic that practicing C developers really need to understand. This talk will give you the information you need to do that.
--
Scott Meyers has been working with C since 1988. He recently finished his new book, “Effective Modern C “.
--
Videos Filmed & Edited by Bash Films:
*-----*
Register Now For CppCon 2022:
*-----*
1 view
554
171
2 months ago 01:09:34 1
CppCon 2014: Scott Meyers “Type Deduction and Why You Care“
1 year ago 01:27:46 1
CppCon 2014: Mike Acton "Data-Oriented Design and C++"
4 years ago 01:26:19 1
CppCon 2014: Mark Maimone “C++ on Mars: Incorporating C++ into Mars Rover Flight Software“
6 years ago 01:13:41 1
CppCon 2014: Chandler Carruth “Efficiency with Algorithms, Performance with Data Structures“
8 years ago 00:50:09 96
CppCon 2016: Nicolas Fleury “Rainbow Six Siege: Quest for Performance“
8 years ago 00:59:42 144
CppCon 2014: Stephan Lavavej “STL Features And Implementation Techniques“
8 years ago 01:01:49 1
CppCon 2014: Pablo Halpern “Overview of Parallel Programming in C++“
10 years ago 01:40:27 1
CppCon 2014: Herb Sutter “Back to the Basics! Essentials of Modern C++ Style“