Tagged Questions
8
votes
6answers
1k views
Looking for something similar to offsetof() for non-POD types
I'm looking for a way to obtain offsets of data members of a C++ class which is of non-POD nature.
Here's why:
I'd like to store data in HDF5 format, which seems most suited for my kind of material ...