Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
not a parameter pack
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 template<class...T> void do_nothing(T...) {} template<class...F> void pol(F const&...f) { [=] { auto x = 42; //int x = 42; do_nothing([&] {return f(x); }...); }; } int main() { pol([](int){}); }
run
|
edit
|
history
|
help
0
1
MSVC-IsBaseOf
10dan büyük mü küçük mü
make_integer_sequence
hangman
Operators overloading
No UD
Printf %px test
#22.1
😊