Static, Dynamic Polymorphism, CRTP and C++20’s Concepts -- Thomas Sedlmair
Are you using concepts?
Static, Dynamic Polymorphism, CRTP and C++20’s Concepts
by Thomas Sedlmair
From the article:
Let's talk about Polymorphism, CRTP as a way to use static polymorphism and how C++20 can change the way how we write code...