C++11 containers: move semantic vs pointers Submitted by Serguei_Tarassov on Thu, 22/11/2018 - 13:34 Motivation C++11 has introduced the move semantic which can also be used in containers instead of "old-school" pointers. The specific containers owning objects has been proposed earlier by third-party libraries like Boost (for example, ptr_map or ptr_vector).TestingC++ | STL Read more about C++11 containers: move semantic vs pointersSerguei_Tarassov's blogAdd new comment2804 reads