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
Balanced Insert Heap Example
Example of custom deleter to manage a resource.
Wrapper to pass shared_ptr to &, const &, *, const * through std::bind.
marquee text in C++
Apple is not convertible to itself (clang 3.8.0)
hello world 3
001
Throttle Example in C++
Te
Peregruzka