Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Overload
#include <iostream> template<typename ...Args> void foo(Args&& ...args) { std::cout << "Any number of args.\n"; } void foo() { std::cout << "Zero args.\n"; } int main() { foo(); }
run
|
edit
|
history
|
help
0
masodijegy.cpp
cv5
upper_bound With binary_function Visual Studio 2008 Bug?
Computing factorial of an integer with recursion and iteration
Preserving strict aliasing Union example
trying to find if reinterpret_cast preserves calling convention
hangman
Fast sine to fill array (sin/cos pair)
#7.2
MSVC_example_GetAllocLength