Description
In this course, you will learn:-
- The syntax of function templates and classes should be understood
- Learn how templates work from the inside out
- Generic algorithms and classes must be understood and implemented
Syllabus:-
-
Introduction
-
Prerequisites
-
Source Code
-
Introduction to Templates
-
Assignment I
-
Template Argument Deduction & Instantiation
-
Explicit Specialization
-
Non-type Template Arguments
-
Assignment II
-
Variadic Templates - Part I
-
Variadic Templates - Part I
-
Class Templates
-
Class Template Explicit Specialization - Part I
-
Class Template Explicit Specialization - Part II
-
Class Template Partial Specialization
-
Type Aliases
-
Assignment III