Templatizes vs Templatized - What's the difference?
templatizes | templatized |
(templatize)
(transitive, computing, programming) To genericize by means of templates.
* 2000 , Mark A DeLoura, Game programming gems
* 2001 , Andrei Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied
* 2004 , Chris Sells, Justin Gehtland, Windows Forms programming in Visual Basic.NET
* 2008 , Mark S Joshi, C++ Design Patterns and Derivatives Pricing
As verbs the difference between templatizes and templatized
is that templatizes is (templatize) while templatized is (templatize).templatizes
English
Verb
(head)templatize
English
Verb
(templatiz)- For our final look at metaprogramming, we templatize matrix multiplication.
- We must templatize the engine with the base types of the two arguments (left-hand side and right-hand side).
- This makes it trivial to templatize your application; changes to the new generic base form automatically cascade to the derived classes at the next build.
- An iterator is a generalization of a pointer and we could templatize the code to work off any iterator.