Content deleted Content added
m unpiped links using script |
m Disambiguating links to Signature (disambiguation) (link changed to Type signature) using DisamAssist. |
||
Line 88:
List<Car> list_of_cars;
</syntaxhighlight>
Above, <code>T</code> is a placeholder for whatever type is specified when the list is created. These "containers-of-type-T", commonly called [[template (programming)|templates]], allow a class to be reused with different datatypes as long as certain contracts such as [[Subtyping|subtype]]s and [[Type signature
<syntaxhighlight lang="Cpp">
|