8 Answered Questions
[SOLVED] "unpacking" a tuple to call a matching function pointer
- 2011-10-22 10:19:07
- Flexo
- 63034 View
- 251 Score
- 8 Answer
- Tags: c++ function-pointers c++11 variadic-templates iterable-unpacking
6 Answered Questions
[SOLVED] make_unique and perfect forwarding
- 2011-08-12 09:46:23
- fredoverflow
- 66946 View
- 215 Score
- 6 Answer
- Tags: c++ c++11 variadic-templates unique-ptr perfect-forwarding
6 Answered Questions
[SOLVED] Variadic template pack expansion
- 2014-09-05 07:13:55
- Viacheslav Dronov
- 35355 View
- 69 Score
- 6 Answer
- Tags: c++ templates c++11 variadic-templates
8 Answered Questions
[SOLVED] Pretty-print std::tuple
- 2011-06-05 20:43:20
- Kerrek SB
- 21248 View
- 78 Score
- 8 Answer
- Tags: c++ c++11 tuples variadic-templates
2 Answered Questions
[SOLVED] C++11: I can go from multiple args to tuple, but can I go from tuple to multiple args?
- 2012-05-26 12:12:53
- Thomas
- 23229 View
- 33 Score
- 2 Answer
- Tags: c++ templates c++11 variadic-templates
3 Answered Questions
[SOLVED] How to call a function on all variadic template args?
- 2013-06-27 09:42:21
- rubenvb
- 10302 View
- 43 Score
- 3 Answer
- Tags: c++ c++11 variadic-templates
2 Answered Questions
[SOLVED] Check traits for all variadic template arguments
- 2015-01-31 15:41:31
- Steakfly
- 2991 View
- 18 Score
- 2 Answer
- Tags: c++ c++11 variadic-templates c++14 typetraits
2 Answered Questions
[SOLVED] What are the rules for the "..." token in the context of variadic templates?
- 2013-07-15 10:46:19
- Ralph Tandetzky
- 3574 View
- 96 Score
- 2 Answer
- Tags: c++ c++11 variadic-templates
5 Answered Questions
[SOLVED] Calling a function for each variadic template argument and an array
- 2012-08-19 22:37:48
- Andrew Tomazos
- 26155 View
- 25 Score
- 5 Answer
- Tags: c++ templates c++11 variadic-templates
3 Answered Questions
[SOLVED] Check at Compile-Time if Template Argument is void
- 2012-03-08 21:48:36
- chris
- 4360 View
- 12 Score
- 3 Answer
- Tags: c++ c++11 variadic-templates compile-time typechecking
4 Answered Questions
[SOLVED] Variadic function template with pack expansion not in last parameter
- 2013-02-08 09:00:15
- HC4 - reinstate Monica
- 4097 View
- 15 Score
- 4 Answer
- Tags: c++ templates c++11 variadic-templates function-templates
5 Answered Questions
[SOLVED] How to make generic computations over heterogeneous argument packs of a variadic template function?
- 2013-01-10 15:19:29
- Andy Prowl
- 6375 View
- 77 Score
- 5 Answer
- Tags: c++ c++11 iteration variadic-templates template-meta-programming
2 Answered Questions
[SOLVED] What is the meaning of "... ..." token? i.e. double ellipsis operator on parameter pack
- 2011-04-11 18:15:07
- Vitus
- 7521 View
- 110 Score
- 2 Answer
- Tags: c++ c++11 variadic-templates
1 Answered Questions
[SOLVED] How can I expand call to variadic template base classes?
- 2015-05-31 22:10:29
- dvicino
- 1000 View
- 14 Score
- 1 Answer
- Tags: c++ templates c++11 metaprogramming variadic-templates
3 Answered Questions
[SOLVED] How to store variadic template arguments?
- 2013-06-01 01:20:08
- Eric B
- 25262 View
- 80 Score
- 3 Answer
- Tags: c++ c++11 variadic-templates
5 Answered Questions
[SOLVED] recursive variadic template to print out the contents of a parameter pack
- 2011-08-19 17:02:38
- Gabor Marton
- 17907 View
- 40 Score
- 5 Answer
- Tags: recursion c++11 variadic-templates typeid
1 Answered Questions
[SOLVED] Variadic deduction guide not taken by g++, taken by clang++ - who is correct?
- 2017-10-20 11:24:55
- Vittorio Romeo
- 457 View
- 17 Score
- 1 Answer
- Tags: c++ templates variadic-templates c++17 template-deduction
1 Answered Questions
[SOLVED] How do I get the argument types of a function pointer in a variadic template class?
- 2012-01-30 14:06:50
- steffen
- 16394 View
- 31 Score
- 1 Answer
- Tags: c++ c++11 function-pointers functor variadic-templates
2 Answered Questions
[SOLVED] What does this variadic template code do?
- 2015-01-23 13:12:08
- NoSenseEtAl
- 1303 View
- 16 Score
- 2 Answer
- Tags: c++ templates c++11 variadic-templates
3 Answered Questions
[SOLVED] check variadic templates parameters for uniqueness
- 2013-09-24 15:59:52
- Khurshid Normuradov
- 2098 View
- 22 Score
- 3 Answer
- Tags: c++ c++11 variadic-templates typetraits
2 Answered Questions
[SOLVED] Expansion with variadic templates
- 2014-11-05 21:06:38
- Laura Maftei
- 1836 View
- 36 Score
- 2 Answer
- Tags: c++ templates c++11 variadic-templates
3 Answered Questions
[SOLVED] Is there a name for this tuple-creation idiom?
- 2014-08-16 09:29:19
- TemplateRex
- 4955 View
- 62 Score
- 3 Answer
- Tags: c++ tuples variadic-templates c++14 generic-lambda
4 Answered Questions
[SOLVED] Is it possible to "store" a template parameter pack without expanding it?
- 2011-01-14 13:46:22
- Luc Touraille
- 20402 View
- 71 Score
- 4 Answer
- Tags: c++ templates c++11 variadic-templates
5 Answered Questions
[SOLVED] template parameter packs access Nth type and Nth element
- 2013-11-23 13:29:01
- nurettin
- 18530 View
- 37 Score
- 5 Answer
- Tags: c++ c++11 variadic-templates
2 Answered Questions
[SOLVED] Parameter pack must be at the end of the parameter list... When and why?
- 2016-01-22 07:04:49
- skypjack
- 3748 View
- 26 Score
- 2 Answer
- Tags: c++ templates c++11 variadic-templates
2 Answered Questions
[SOLVED] Generating Spirit parser expressions from a variadic list of alternative parser expressions
- 2013-04-23 19:02:39
- G. Civardi
- 917 View
- 5 Score
- 2 Answer
- Tags: boost c++11 boost-spirit variadic-templates boost-fusion
3 Answered Questions
[SOLVED] How can I have multiple parameter packs in a variadic template?
- 2012-03-22 22:27:27
- Samuel Danielson
- 22806 View
- 49 Score
- 3 Answer
- Tags: c++ c++11 variadic-templates
2 Answered Questions
[SOLVED] using declaration in variadic template
- 2011-10-24 01:11:39
- lurscher
- 3745 View
- 30 Score
- 2 Answer
- Tags: c++ operator-overloading c++11 multiple-inheritance variadic-templates
8 Answered Questions
[SOLVED] How to create the Cartesian product of a type list?
- 2012-02-03 00:19:39
- Jared Hoberock
- 2717 View
- 14 Score
- 8 Answer
- Tags: c++ c++11 variadic-templates
5 Answered Questions
[SOLVED] how to avoid undefined execution order for the constructors when using std::make_tuple
- 2012-12-27 14:10:15
- Erik Sjölund
- 1474 View
- 19 Score
- 5 Answer
- Tags: c++ c++11 tuples variadic-templates