Template metaprogramming: Difference between revisions

Content deleted Content added
Added information about role of concepts in template meta programming with example, that illustrates how proper specialization is choosen. It's my first remark in codin, so i will be pleased for review of more advanced wiki user
WikiCleanerBot (talk | contribs)
m v2.04b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Line 295:
 
==New possibilites in metaprogramming thanks to concepts==
C++20 standard brings C++ programmers new tools for meta template programming, which are concepts.<ref>https://en.cppreference.com/w/cpp/language/constraints</ref>.
 
Thanks to them, now programmer can specify requirements for type, to make instantation of template possible.