W
webinfinite
Hi,
How to find a STL class size, for example: string. I would like to
know what the size of the implementation of this class, I am not
interested in the size of its object but the class itself. There are
discussion regarding addition of all the data member of the class/
structure to find out its size, but is there a neat way to find out
class' size?
Thank you very much for your attention.
How to find a STL class size, for example: string. I would like to
know what the size of the implementation of this class, I am not
interested in the size of its object but the class itself. There are
discussion regarding addition of all the data member of the class/
structure to find out its size, but is there a neat way to find out
class' size?
Thank you very much for your attention.