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 and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 5 - Page 12 : 39
Notes about C++
Templates and The Standard Library
Specialization of class templates - complete and partial

We illustrate complete and partial specialization of a class template A

y:/Kurt/Files/Advanced-programming-cpp/cpp/kn/templates/abc/prog.cppFull and partial specializations of a class template A.