mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-03 02:24:11 +08:00
Update README.md
This commit is contained in:
@@ -99,7 +99,7 @@ int && RvalRef();
|
||||
const bool Func(int);
|
||||
|
||||
//规则一:推导为其类型
|
||||
decltype (arr) var1; //int 标记符表达式
|
||||
decltype (arr) var1; //int[] 标记符表达式
|
||||
|
||||
decltype (ptr) var2;//int * 标记符表达式
|
||||
|
||||
|
||||
Reference in New Issue
Block a user