Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Te
//clang 3.8.0 #include <iostream> struct A { A(); A(const A bitand) { std::cout<<"A(const A &)\n"; } A(A and) { std::cout<<"A(A &&)\n"; } compl A() { std::cout<<"~A()\n"; } A bitand operator=(const A bitand) bitand { std::cout<<"A& operator=(const A &)\n";} }; auto main() -> int {}
run
|
edit
|
history
|
help
0
return reference (clang)
6 7
ArrayList Example Starter Code 2
Segment Tree Impl
Pointer array
marquee text in C++
Diamond example
Crow unordered_map Quiz
Struct memory ordering
Fun with Pointers #2