Curiously recurring template pattern: Difference between revisions

Content deleted Content added
Undid revision 215362925 by 159.140.254.10 (talk)
General form: Copyedit: simplify link to static polymorphism
Line 16:
</source>
 
Some use cases for this pattern are <code>static polymorphism</code> (see [[Template metaprogramming#Static_polymorphism|static polymorphism]]), and other metaprogramming techniques such as those described by Alexandrescu{{ref|Alexandrescu}} in [[Modern C++ Design]].
 
== Static polymorphism ==