Talk from Dublin C++ User Group 11.06.2018.
Variadic templates and fold-expressions
by Denis Sukhonin
About the session:
Abstract: It all started with a single printf causing undefined behavior due to mismatch of the format string and arguments. To solve similar problems in a type-safe manner C++ introduced variadic template parameters and fold-expressions. Denis covers the basics and shows how a type-safe printf function can be implemented.
Slides: https://goo.gl/mmzdrH
Add a Comment
Comments are closed.