摘要: This keyword can only be applied to non-static and non-const data members of a class. If a data member is declared mutable, then it is legal to assign a value to this data member from a const member function.For example, the following code will compile without error because m_accessCount has been de 阅读全文
posted @ 2013-09-25 22:36 avexer 阅读(211) 评论(0) 推荐(0) 编辑