Lecture overview -- Keyboard shortcut: 'u'  Previous page: Example - Specialization of Point<C> to Point<char> -- Keyboard shortcut: 'p'  Next page: Compile time computations with template specialization -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Alphabetic index  Help page about these notes  Course home    Templates and The Standard Library - slide 12 : 46

Specialization of class templates - complete and partial

We illustrate complete and partial specialization of a class template A

prog.cpp
Full and partial specializations of a class template A.