mardi 15 août 2017

Determine total size of static variables of class?

In C++, I can determine the size of a class object using sizeof(my_class).

However, there seems to be no equivalent operator for the static part of a class.

Is there something like sizeof(static my_class) in C++?

Aucun commentaire:

Enregistrer un commentaire