home *** CD-ROM | disk | FTP | other *** search
- As with nonmember template functions, template arguments are not
- part of the signature of member template functions. Template
- arguments are part of the name of a template class. Therefore,
- these arguments only appear in a member function definition if the
- function is defined outside the class template. In this example,
- the template argument "T" is part of the class name but not part
- of the function name.
-