templatize
English
Alternative forms
- templatise (UK)
Etymology
Pronunciation
- IPA(key): /ˈtɛm.pləˌtaɪz/ (enPR: tĕmˈ-plə-tīzˌ)
Verb
templatize (third-person singular simple present templatizes, present participle templatizing, simple past and past participle templatized)
- (transitive, especially computing and programming) To convert into a template or to represent by means of a template, for purposes of genericizing, automating, tracking, etc.
- 2000, Mark A DeLoura, Game programming gems:
- For our final look at metaprogramming, we templatize matrix multiplication.
- 2001, Andrei Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied:
- We must templatize the engine with the base types of the two arguments (left-hand side and right-hand side).
- 2004, Chris Sells, Justin Gehtland, Windows Forms programming in Visual Basic.NET:
- 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.
- 2008, Mark S Joshi, C++ Design Patterns and Derivatives Pricing:
- An iterator is a generalization of a pointer and we could templatize the code to work off any iterator.