Skip to content

Commit 5c88174

Browse files
committed
fix inner-link
1 parent b3b28d1 commit 5c88174

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_posts/2015-06-24-cpp-static-and-const-member.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,3 @@ char& operator[](size_t pos){
100100
1. `*this`的类型是`TextBlock`,先把它强制隐式转换为`const TextBlock`,这样我们才能调用那个常量方法。
101101
2. 调用`operator[](size_t) const`,得到的返回值类型为`const char&`
102102
3. 把返回值去掉`const`属性,得到类型为`char&`的返回值。
103-
104-
详情见:[Effective C++ 笔记](/2014/05/04/effective-cpp.html)

0 commit comments

Comments
 (0)