What is the equivalent to c++11 std::move in c11 standard?
c++11
std::move
c11
c++11 example:
record = std::move(records[currentRead]);
how do i translate the above to c11 without copying?
Aucun commentaire:
Enregistrer un commentaire