Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Template Metaprogramming with C++
Marius Bancila
ISBN: 978-1-80324-345-0
- Understand the syntax for all types of templates
- Discover how specialization and instantiation works
- Get to grips with template argument deduction and forwarding references
- Write variadic templates with ease
- Become familiar with type traits and conditional compilation
- Restrict template arguments in C++20 with constraints and concepts
- Implement patterns such as CRTP, mixins, and tag dispatching
C++20 STL Cookbook
Bill Weinman
ISBN: 978-1-80324-871-4
- Understand the new language features and the problems they can solve
- Implement generic features of the STL with practical examples
- Understand standard support classes for concurrency and synchronization
- Perform efficient...