First page Back Continue Last page Graphics
Class Template cont.
Templates as parameters.
Template Classes and Friends
- Three categories
- Nontemplate friends
- Bound template friends (type of the friend is determined by the type of the class when a class is instantiated.)
- Unbound template friends (all specializations of the friend are friends to each specialization fo the class.