Move Assignment Operator C++
CppNuts
0:00 / 0:00
Move Assignment Operator C++
2 753 просмотра · 1 год назад
CppNuts
88,9 тыс. подписчиков
2 753 просмотра · 1 год назад
JOIN ME
/ @cppnuts
/ cppnuts
In this video we will learn about assignment operator in c++.
This is used to move one objects content to another object, and source object should no longer be used after movement is done.