Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
variadic template
//g++ 5.4.0 #include <iostream> using namespace std; void f() { cout << std::endl; } template<typename T, typename... Tail> void f(T header, Tail... tail) { cout << header << ","; f(tail...); } int main() { f<int, int,int>(1,2,3); return 0; }
run
|
edit
|
history
|
help
0
runtime template mode processor
¡Arriba, Papalotes, Arriba! v2
mur1
Lotto random number game {modify}
temporaries and move constructor
Policy based smart pointer
Zscore
append
Mirror a binary tree
Test 8(2010)