标签:return 访问 const ret span col style ... val
1、类成员函数访问修饰const,申明和定义中须保持一致;
class IntCell{... ; int read( ) const;...}
int IntCell::read( ) const { return storedValue }
标签:return 访问 const ret span col style ... val
原文地址:https://www.cnblogs.com/wllwqdeai/p/10691130.html