CppCon 2022 Back to Basics: Templates in C++ -- Nicolai Josuttis
Registration is now open for CppCon 2023! The conference starts on October 1 and will be held in person in Aurora, CO. To whet your appetite for this year’s conference, we’re posting videos of some of the top-rated talks from last year's conference. Here’s another CppCon talk video we hope you will enjoy – and why not register today for CppCon 2023!
Back to Basics: Templates in C++
by Nicolai Josuttis
Summary of the talk:
Templates are among the most powerful features of C++, but they remain misunderstood and underutilized, even as the C++ language and development community have advanced. This talk shows when and how to use modern templates to build software that's cleaner, faster, more efficient, and easier to maintain. We will cover all basic aspects of templates you have to know when programming generic code in Modern C++

Guarded Suspension applies a unique strategy to deal with mutation. It signals when it is done with its modification.
Registration is now open for CppCon 2023! The conference starts on October 1 and will be held
Recently, our team at Meteksan Defense is upgrading its development environment to use newer versions of many tools and programming languages. One of the more difficult transitions has been the upgrade of our C++11 code base to C++17 for our embedded applications.
Registration is now open for CppCon 2023! The conference starts on October 1 and will be held
On October 2,
Suppose you want to write a template function that accepts any specialization of
Registration is now open for CppCon 2023! The conference starts on October 1 and will be held