Anything related to the C and C++ `offsetof` macro. `offsetof` is used to determine the offset in bytes of a structure member from the beginning of the structure itself.
Anything related to the C and C++ offsetof
macro. offsetof
is used to determine the offset in bytes of a structure member from the beginning of the structure itself.
See CPPreference.com documentation for offsetof
.