samedi 7 mars 2015

C11 std::move equivelent

What is the equivalent to c++11 std::move in c11 standard?


c++11 example:



record = std::move(records[currentRead]);


how do i translate the above to c11 without copying?


Aucun commentaire:

Enregistrer un commentaire