Video description
Templates form the foundation of modern C++ programming; they must be understood, not only to use the Standard Library, but to take advantage of many of the features found in C++11 and C++14. By offering a detailed look at how to create and use template functions and classes in your C++ code, this course goes beyond the basics, and is intended for the intermediate level programmer.
Topics covered include: non-type and default parameters, overloading and specialization, the use of template template parameters, explicit instantiation and inheritance, generic programming, type traits, and policy-based design. Learners completing this course will have the knowledge required to produce robust, practical, and modern C++ code.
- Understand how to create and use template functions in your C++ code
- Learn to use modern techniques; such as type traits, and policy-based programming
- Discover how generic programming differs from OO programming
- Gain a fundamental awareness of the importance of templates in modern C++ code
Table of contents
- Introduction 00:01:59
- About The Author 00:00:33
- Non-Template Parameters 00:03:04
- Default Parameters 00:01:56
- Overloading Templates 00:04:45
- Specialization 00:05:50
- Explicit Instantiation 00:02:51
- Template Template Parameters 00:03:21
- Templates And Inheritance 00:04:15
- Modern C++ 00:03:09
- Generic Programming 00:04:34
- Type Traits 00:03:42
- Policy-Based Design 00:04:13
- Exercises 00:01:28
- Conclusion 00:01:04
Product information
- Title: Diving Deeper into C++ Templates
- Author(s):
- Release date: May 2017
- Publisher(s): Infinite Skills
- ISBN: 9781491988695
You might also like
book
C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond
Abrahams and Gurtovoy have written something close to a classic… marvelous fun to read… Read the …
book
Beyond the C++ Standard Library: An Introduction to Boost
Introducing the Boost libraries: the next breakthrough in C++ programming Boost takes you far beyond the …
video
Further Exploration of C++ Templates and Metaprogramming
Designed for intermediate level C++ programmers, this course focuses on the advanced features and techniques made …
video
Open Source Software Superstream Series: C++
Known for its speed and multithreading support—and its more than four decades of powerful application development—C++ …