Templated vs Templatize - What's the difference?
templated | templatize |
(template)
A physical object whose shape is used as a guide to make other objects.
A generic model or pattern from which other objects are based or derived.
(molecular biology) A macromolecule which provides a pattern for the synthesis of another molecule.
* {{quote-journal, 2002, S. Lottin et al., Thioredoxin post-transcriptional regulation by H19 provides a new function to mRNA-like non-coding RNA, Nature, volume=21, issue=10
, passage=Classically, the functional product of coding genes is a protein whose synthesis is directed by an mRNA-template .}}
To set up or mark off using a .
* {{quote-book, 1994, Howard I. Chapelle, Boatbuilding
, passage=Only that part of the floor timber that bears on the planking and keel need be templated ;
To provide a template or pattern for.
* {{quote-journal, 2003, Yu Wang et al., Synthesis and characterization of a new layered gallium phosphate templated by cobalt complex, Journal of Solid State Chemistry, volume=170, issue=1, doi=10.1016/S0022-4596(02)00060-9
, passage=Metal phosphates that are templated by transition-metal complexes are rare.}}
(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 templated and templatize
is that templated is (template) while templatize is (transitive|computing|programming) to genericize by means of templates.templated
English
Verb
(head)template
English
(wikipedia template)Noun
(en noun)citation
See also
* boilerplate * macro * stencil * cookie cutter *Verb
(templat)citation
Derived terms
* templatertemplatize
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.