In C++, I can determine the size of a class object using sizeof(my_class).
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++?
sizeof(static my_class)
Aucun commentaire:
Enregistrer un commentaire