home *** CD-ROM | disk | FTP | other *** search
- You can supply an explicit definition of a class with arguments
- that match a class template. The class must be defined before a
- template class that exactly matches its arguments is created. For
- example, a class created from the template class Sample may not be
- appropriate for objects in which the data member "ident" is a
- Fraction. Here, the explicitly defined class is used instead of
- the template for the object "weeks".
-