StackOverflow Questions for Tag: variadic-templates

DBS4261
DBS4261

Reputation: 452

Create a variant from an array whose elements are transformed into types

Score: 5

Views: 112

Answers: 3

Read More
jozxyqk
jozxyqk

Reputation: 17416

Can C++ IDEs preview variadic argument types or names?

Score: 4

Views: 90

Answers: 1

Read More
mattia.penati
mattia.penati

Reputation: 552

Using variadic templates to specify friend classes

Score: 10

Views: 2572

Answers: 3

Read More
Zeyu Zhang CN
Zeyu Zhang CN

Reputation: 133

How could I implement a function wrapper that supports both void and other types of return value?

Score: 3

Views: 76

Answers: 2

Read More
Stewart
Stewart

Reputation: 5062

Replacing default parameters with variadic templates

Score: 2

Views: 82

Answers: 1

Read More
jacobsa
jacobsa

Reputation: 6638

In C++ why can't I deduce a parameter pack for the initial arguments of a function type?

Score: 1

Views: 63

Answers: 2

Read More
bantpro
bantpro

Reputation: 11

Variadic templates - class members initialization

Score: 0

Views: 36

Answers: 0

Read More
Ayushman Sharma
Ayushman Sharma

Reputation: 61

How can I print many variables with there name and their corresponding value in C++?

Score: 4

Views: 623

Answers: 3

Read More
Ashcoll Ash
Ashcoll Ash

Reputation: 53

Variadic function to loop through Cartesian product of multiple spans

Score: 5

Views: 213

Answers: 4

Read More
Dominic Kerr
Dominic Kerr

Reputation: 133

Unpacking member type from std::tuple types

Score: 2

Views: 77

Answers: 1

Read More
Tomilov Anatoliy
Tomilov Anatoliy

Reputation: 16741

Structured bindings width

Score: 8

Views: 2190

Answers: 3

Read More
Mike Kinghan
Mike Kinghan

Reputation: 61610

Why can a variadic class template have at most one parameter pack?

Score: 0

Views: 1444

Answers: 1

Read More
Todd Burch
Todd Burch

Reputation: 206

Forwarding a Variable Number of Arguments to SpdLog in a C++ Module

Score: -2

Views: 582

Answers: 2

Read More
Ralph Tandetzky
Ralph Tandetzky

Reputation: 23660

What are the rules for the "..." token in the context of variadic templates?

Score: 111

Views: 4749

Answers: 2

Read More
geza
geza

Reputation: 30020

Do template parameter packs affect overload resolution?

Score: 6

Views: 92

Answers: 1

Read More
Matyro
Matyro

Reputation: 141

Single type compile time list: concat with clang

Score: 0

Views: 49

Answers: 1

Read More
sorosh_sabz
sorosh_sabz

Reputation: 3003

C++ variadic template partial template specialization with std::enable_if

Score: 4

Views: 2591

Answers: 2

Read More
widejaw78
widejaw78

Reputation: 13

Passing references to function wrapper doesn't work correctly

Score: 0

Views: 53

Answers: 1

Read More
sat0sh1c
sat0sh1c

Reputation: 3

C++ Error: invalid conversion from 'long long int (*)()' to 'long long int (*)(int)'

Score: -1

Views: 71

Answers: 1

Read More
dani
dani

Reputation: 3897

Is it possible to get the first type of a parameter pack in a one-liner?

Score: 19

Views: 11632

Answers: 3

Read More
PreviousPage 1Next