mercredi 26 février 2020

Pointer To Pointer passed by reference

Just to check: if i want to pass by ref a double pointer float **ptr through a function, should i declare it as: void Func(float **&ptr) or Func(float **&&ptr) ?

Thanks

Aucun commentaire:

Enregistrer un commentaire