简体   繁体   中英

Memory usage by const declared variable

如果我在类中将变量声明为const,并创建该类的多个实例,是否将为每个实例复制变量?

const字段是隐式static

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM