 
      
    | You are here | blog.knatten.org | ||
| | | | | www.foonathan.net | |
| | | | | When C++11 introduced move semantics, it also added two important helper functions: std::move and std::forward. They are essential when you want to manually indicate that you no longer care about an object or need to propagate the value category in generic code. As such, Ive used them countless times in the past. However, they are functions. Plain, old, standard library functions. This is problematic for multiple reasons. | |
| | | | | hellocplusplus.com | |
| | | | | Learn the basics of C++ move semantics and how to use this language feature. This article is useful for programmers of all skill levels. | |
| | | | | cukic.co | |
| | | | | Author of the 'Functional Programming in C++' book, KDE developer and Free/Libre Software enthusiast. | |
| | | | | nirvdrum.com | |
| | | Technical articles by Kevin Menard. Topics include Ruby, Java, machine learning, and general computing. | ||