Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Изволов#7
//g++ 5.4.0 #include <utility> struct A {}; A f(A a) { return a; } A g (const A a) { return a; } const A h(A a) { return a; } const A i( const A a) { return a; } int main() { A a; A b; b = f(std::move(a)); a = g(std::move(b)); b = h(std::move(a)); a = i(std::move(b)); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Operation on Set Container
Networked path_dp
at.cpp
test
Find the Duplicate Number in array of n+1 integers having elements from 1 to n
Temp
Ultimate gauss
Iviewb
Switch case
decode
Please log in to post a comment.