meeloo / nui

libnui
http://libnui.net
Mozilla Public License 2.0
1 stars 0 forks source link

[Request] C++11 move constructor in nglString #21

Open mathieugarcia opened 10 years ago

mathieugarcia commented 10 years ago

Title self explanatory, && FTW !

meeloo commented 10 years ago

I don't understand what the move semantics are all about. Do you have a link that explains it?

mathieugarcia commented 10 years ago

This blog post is pretty straightforward: http://blog.smartbear.com/c-plus-plus/c11-tutorial-introducing-the-move-constructor-and-the-move-assignment-operator/