Marc Wäckerlin
Für eine libertäre Gesellschaft
Politik
Computer
Konsumentenschutz
Person
Tag Cloud
C++
C++11
Templates
Variadic Templates
Aktuelle Beiträge
Computer: C++11 Variadic Templates: Fun with Tuple
Views: 3302To learn the power of the new variadic template parameters, I decided to implement my own tuple class. I know, there is already a tuple Implementation in the C++11 standard library, but it is a cool example anyway, and it is a typical use for variadic templates. Of course, the challenge is to check
[read ...]