Skip to content

Commit

Permalink
添加"类"
Browse files Browse the repository at this point in the history
  • Loading branch information
arkingc committed Jun 2, 2019
1 parent f9b8029 commit ee6cfd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions C++/C++Primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,10 @@ this指针作为隐式参数传入。默认情况下,this是指向非常量对
* 如果一个构造函数所有形参都指定了默认实参,则该构造函数实际上也相当于默认构造函数(无需任何实参)​​
* 静态成员可以作为默认实参

* [1.1)默认构造函数](#11默认构造函数)
* [1.2)委托构造函数](#12委托构造函数)
* [1.3)拷贝构造函数](#13拷贝构造函数)
* [1.4)移动构造函数](#14移动构造函数)
[1.1)默认构造函数](#11默认构造函数)
[1.2)委托构造函数](#12委托构造函数)
[1.3)拷贝构造函数](#13拷贝构造函数)
[1.4)移动构造函数](#14移动构造函数)

##### 1.1)默认构造函数

Expand Down

0 comments on commit ee6cfd1

Please sign in to comment.