Are you using it yet?
C++20 Concepts - a Quick Introduction
by Bartlomiej Filipek
From the article:
Concepts are a revolutionary approach for writing templates! They allow you to put constraints on template parameters that improve the readability of code, speed up compilation time, and give better error messages.
Read on and learn how to use them in your code!
Add a Comment
Comments are closed.