next up previous contents
Next: Use all capital letters Up: Templates Previous: Templates   Contents

Use reasonable names for your template parameter variables

You do not have to use T as being the type variable. Select something more descriptive instead. If you are expecting some sort of vector call your type variable VECTOR, if you are expecting an array call it ARRAY. T, T1, and T2, are not descriptive enough.



Falko Kuester 2001-08-24