Variadic templates and fold-expressions

Опубликовано: 21 Июнь 2026
на канале: C/C++ Dublin User Group
2,440
19

Talk from Dublin C/C++ meetup (11.06.2018) by Denis Sukhonin

Variadic templates and fold-expressions

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://github.com/cppdug/presentatio...