List Question
20 TechQA 2024-03-25T15:07:20.143000std::apply with branch depending on tuple element value
95 views
Asked by user877329
How to pack variadic arguments of a template function into an array?
195 views
Asked by user19179144
std::apply emplace_back with a parameter pack
75 views
Asked by jjcasmar
Print typeids of types in template parameter list
149 views
Asked by sanitizedUser
How to use a fold expression to call a chain of member functions
172 views
Asked by PluginPenguin
suppress warning "left operand of comma operator has no effect"
123 views
Asked by francesco
How to create an array of N floats values with fold expression?
229 views
Asked by user877329
How to correctly unfold a pack in order to create N element array
140 views
Asked by Dmitry
C++ fold expressions, how to apply it with a function instead of an operator?
177 views
Asked by hlide
Uninitialized variable using IIFE and fold expression in C++
132 views
Asked by BubLblckZ
`if constexpr` in fold expression
162 views
Asked by Ferenc Deak
Fold expression for a parameter pack with comma operator: How to add additional parameters when expanding the pack?
362 views
Asked by eigenleif
Accessing indiviual alias inside another alias that is a parameter pack with a fold expression
95 views
Asked by Alex Vergara
How to expand a NTTP parameter pack with a fold expression
102 views
Asked by monamimani
Iterate over 2 template parameter packs in parallel
233 views
Asked by A M
Which C++ fold idiom is preferred, short circuit comma or nested lambda?
195 views
Asked by okovko
How can I expand this expression to the return types of callables?
169 views
Asked by Zebrafish
C++ varadic template function - only one instance of known parameter pack
127 views
Asked by Nebular Noise