In this book, you are going to discover one of the flagship features of C++20, concepts.
You will learn about:
- the motivations behind concepts
- the 4 ways to use them with functions
- the different ways to use them with classes
- what kind of concepts are shipped with the standard library
- how to write your own concepts from scratch
- some real-life examples