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.
Throttle Example in C++
is_convertible
NaN inside set
Access to temporary object
12/2
Reference example
Narrowing error
Error
LOOL
Task on Задача C. Белочка
Please log in to post a comment.