I would like to know when move constructor are called in C++ code.
It means, I know that when I call Foo a(b) it is copy constructor, so what have I to code to call move constructor.
Foo a(b)
Aucun commentaire:
Enregistrer un commentaire