Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
6 14 15 17 21 33 29
Atomic trivial default constructor
Find in vector vs unordered_map
problem_name_4
ECE2574_Function_Calling_Example
MY FIRST OBJECT ORIENTED PROGRAM
Combination
Graphs Iteration 2.1 Directed Graphs
applidiumResto_NicolasCarre
AnnotateAttr templated test
Please log in to post a comment.