DORSETRIGS
Home

variadic (3 post)


posts by category not found!

Storing multiple types into class member container

Storing Multiple Types in a Class Member Container A Guide Storing multiple data types within a single class member can be a challenge but its a common requirem

4 min read 06-10-2024 59
Storing multiple types into class member container
Storing multiple types into class member container

Type Parameter Packs: how to return a tuple instead of an array?

Type Parameter Packs Returning a Tuple Instead of an Array in C When programming in C particularly when dealing with templates and variadic functions you might

3 min read 17-09-2024 44
Type Parameter Packs: how to return a tuple instead of an array?
Type Parameter Packs: how to return a tuple instead of an array?

C++17: explicit first template parameter before variadic template

C 17 Explicit First Template Parameter Before Variadic Template In C 17 you can leverage the power of template parameter deduction to make your code more concis

2 min read 30-08-2024 41
C++17: explicit first template parameter before variadic template
C++17: explicit first template parameter before variadic template