C++: What is the size of an object of an empty class?

后端 未结 16 1786
悲&欢浪女
悲&欢浪女 2020-11-22 11:54

I was wondering what could be the size of an object of an empty class. It surely could not be 0 bytes since it should be possible to reference and

16条回答
  •  温柔的废话
    2020-11-22 12:37

    I think it might be helpful to link to an answer explaining this good too. It is about boost::compressed_pair by Logan Capaldo.

提交回复
热议问题