How the C++ Compiler Decides to Move Objects -- Andrew Koenig
Recently at Dr. Dobb's:
How the C++ Compiler Decides to Move Objects
by Andrew Koenig
From the article:
After reading this post, you should be able to figure out what
std::move
does, although not necessarily how it does it...