Empty Structures (Using the GNU Compiler Collection (GCC)) (original) (raw)
Next: Variable Length, Previous: Zero Length, Up: C Extensions [Contents][Index]
The structure has size zero. In C++, empty structures are part of the language. G++ treats empty structures as if they had a single member of type char
.