HELP - Template < T1, T2, INT >
HelpExample CodeTemplate<>
Description Public Protected Private Related All Inheritance Collaboration
Template<> ( Class Template General )
Template (specializations) example output.
 
Template syntax / parameters
Template < T1, T2, INT >

Name Type Default Description
T1 class
  Description of T1 from general template. Doc inherited to partial specializations if not "re-documented" there.
T2 class
  Description of T2 from general template. Doc inherited to partial specializations if not "re-documented" there.
INT int
  Description of INT from general template. Doc inherited to partial specializations if not "re-documented" there.
Description
Template (specializations) example output.

This class along with it's specializations is just intended for showing how DoxyS displays templates in the output. Key features are:



Specializations
Variants Brief description
Template< float, double, 7 > Full specialization of Template (T1 = float, T2 = double, INT = 7).
Template< T1, T2, 5 > Partial specialization of Template (INT parameter set to 5).
Template< float, double, INT > Partial specialization of Template (T1 = float, T2 = double).
 
Source
The documentation for this Class was generated from the following file:
  • Template.h