Effective C++笔记 Use const whenever possible 迭代器和constconst成员函数 两个成员函数只是常量性(constness)不同,可以被重载在const和not-const成员函数中避免重复 总结 相关文章: