mardi 30 juin 2020

How do I tell the element count of array declared as: std::unique_ptr

I have this variable declaration:

std::unique_ptr<uint8_t[]> data;

How do I tell the element count if this array is given to me?

Aucun commentaire:

Enregistrer un commentaire