Please login to comment
C++ Concepts
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
- 3 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