I have
const Object& state = object1;
i want to change state = object2. Is it possible to do by any kind of casting or removing const reference?
state = object2
Aucun commentaire:
Enregistrer un commentaire