Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
tuple, order of members
#include <iostream> #include <tuple> int main() { auto a = std::make_tuple(1, 2); std::cout << (&std::get<0>(a) > &std::get<1>(a)) << std::endl; }
run
|
edit
|
history
|
help
0
UTF-8 in C++11
001
regex
Dequeue Array-Based Example
Fundamentos de programación. Tema 7. Ejercicio 6.
Unlike C (even C99/C11), C++ allows initializers in if-conditions, so this compiles.
Last Class Quiz - Working with Hash Table
ECE2574_Function_Calling_Example
Test bitfields with unnamed union
Access namespace by unqualified manner