home *** CD-ROM | disk | FTP | other *** search
- Usually, nontype template arguments are used to initialize a class
- or to specify the sizes of class members. Constant values must be
- supplied for nontype arguments when objects are declared. Here,
- the argument "maxlen" is a nontype template argument. It is given
- the value 80 when the object "line" is declared. Nontype
- arguments may also be addresses of functions, objects with
- external linkage, or addresses of static class members.
-